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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -6
  3. data/lib/propel_facets.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f127ddd4e76d9854822b551a6e54e7d4f8c2b3e1854373cb1f9090099cde6457
4
- data.tar.gz: 8644c716754a8d5c21811381e3cce9d1977730765a209a2346b278b4a38d297b
3
+ metadata.gz: 213ffd21289407fbd5ea496541026dc6b74ab15ac40c5e664b46b8c8566554b8
4
+ data.tar.gz: 445aa9e0fc962b1ea8e0ae2300d59dc14639fe9b76f27b0f2a80a0bda9c5dce9
5
5
  SHA512:
6
- metadata.gz: 6d3fd45a26987c77fa5dda7d2fbb7d204d818472cc8d8823095f2f60c03b982a2c8f52a51eeeac2532ef600a847a8e83a3e16944b9b662972eb2d752c082af7a
7
- data.tar.gz: e975b6143227e3113628129782be206175f7dd6871381ada6e7df39a7a8a0e83a02732b870425427bed33394373270ce41f735ffdf6630a0b97c08553b45d29e
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
@@ -1,3 +1,3 @@
1
1
  module PropelFacets
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.4"
3
3
  end
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.2
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-07-15 00:00:00.000000000 Z
11
+ date: 2025-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails