propel_facets 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -6
- data/lib/propel_facets.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 213ffd21289407fbd5ea496541026dc6b74ab15ac40c5e664b46b8c8566554b8
|
4
|
+
data.tar.gz: 445aa9e0fc962b1ea8e0ae2300d59dc14639fe9b76f27b0f2a80a0bda9c5dce9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 629277208c5fcb8a1c45358d8515619fb45e583557bcc3df5775730bffe0e34ce6e6228344b632a6c0c34d4f77be6c77f3f17c75cc842d7211e7a30243ad959c
|
7
|
+
data.tar.gz: bab90747419b952deb39e0f170785535e9d292a0e9c054c8764e40d3ba9ba9cda7b88b14f1fb2e8cceffeb7ff669ba322a33abaf32ed26a93171df4cf857938d
|
data/CHANGELOG.md
CHANGED
@@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
-
### Added
|
11
|
-
- **Clean controller generation by default** - PropelFacets controller templates now generate production-ready code
|
12
|
-
- Usage comments removed from default controller templates
|
13
|
-
- `--with-comments` flag available for learning/tutorial mode
|
14
|
-
- Improves integration with PropelApi generators
|
15
|
-
|
16
10
|
### Planned Features
|
17
11
|
- Caching system integration with Rails caching (Solid Cache support)
|
18
12
|
- Automatic association inclusion configuration
|
@@ -20,6 +14,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
20
14
|
- Metadata inclusion (pagination, counts, etc.)
|
21
15
|
- Performance logging and optimization tools
|
22
16
|
|
17
|
+
## [0.1.4] - 2025-01-23
|
18
|
+
|
19
|
+
### Added
|
20
|
+
- **Clean controller generation by default** - PropelFacets controller templates now generate production-ready code
|
21
|
+
- Usage comments removed from default controller templates
|
22
|
+
- `--with-comments` flag available for learning/tutorial mode
|
23
|
+
- Improves integration with PropelApi generators
|
24
|
+
|
25
|
+
### Fixed
|
26
|
+
- **Generator extraction system** - Core infrastructure files now properly extracted during installation
|
27
|
+
- **Standalone operation** - Complete "no black box" policy implementation
|
28
|
+
|
23
29
|
## [0.1.0] - 2025-01-XX
|
24
30
|
|
25
31
|
### Added
|
data/lib/propel_facets.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: propel_facets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Propel Team
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|