propel_rails 0.3.1.3 → 0.3.1.5
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 +27 -0
- data/lib/propel_rails.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a07aab8dadf114481cd5aef6268fa6416cbf1b80b7bc638c36c7d326f397170f
|
4
|
+
data.tar.gz: 0ccaeb7a7529588dd3ff9baa4ae1593880e4ee11e5c7ef5bcb6f4e517d885cbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1683bd21d76d09ca2fa2eb98290757336498c2eafc619d5cdecb1406016225e3be2647cbb5e5adbcc277992a07879e60ccdd9b7790e6a8afdeaa0d13ad14df05
|
7
|
+
data.tar.gz: 11e9971ab54e0ec7cdf51ed966a4e27bcc7c1d1e8a9ff4552790450ce489fe7ec47f0961b17610225b08a7a0c2f87c4b0884cb65bbb2d8ac90ed0daf84b4630b
|
data/CHANGELOG.md
CHANGED
@@ -12,6 +12,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
12
12
|
- Cross-component integration patterns
|
13
13
|
- Advanced orchestration features
|
14
14
|
|
15
|
+
## [0.3.1.5] - 2025-09-11
|
16
|
+
|
17
|
+
### 🔧 Template Consistency Improvements
|
18
|
+
- **Enhanced JSONB Support Coordination**: Coordinated improvements to JSONB template consistency across all Propel gems
|
19
|
+
- Better orchestration of JSONB field handling in all generator templates
|
20
|
+
- Enhanced consistency in JSON/JSONB field processing across the ecosystem
|
21
|
+
- Improved developer experience with reliable JSONB support
|
22
|
+
|
23
|
+
### 🔧 Dependency Updates
|
24
|
+
- **PropelApi 0.3.1.5**: JSONB template consistency improvements and enhanced documentation
|
25
|
+
- **PropelAuthentication 0.3.1.5**: Version synchronization
|
26
|
+
- **PropelFacets 0.3.1.5**: Enhanced JSONB coordination
|
27
|
+
|
28
|
+
## [0.3.1.4] - 2025-09-11
|
29
|
+
|
30
|
+
### 🐛 Critical Bug Fixes
|
31
|
+
- **PropelApi Polymorphic Parents Regression**: Fixed critical regression affecting polymorphic generator usage
|
32
|
+
- Resolved `NoMethodError: undefined method 'strip' for Array` in polymorphic parent parsing
|
33
|
+
- **Root Cause**: Overcomplicated parsing logic incorrectly assumed Thor provides Arrays
|
34
|
+
- **Solution**: Reverted to original, simple parsing that works with Thor's actual String output
|
35
|
+
- Enhanced generator stability for polymorphic associations with `--parents` option
|
36
|
+
|
37
|
+
### 🔧 Dependency Updates
|
38
|
+
- **PropelApi 0.3.1.4**: Critical polymorphic parents parsing fix and enhanced documentation
|
39
|
+
- **PropelAuthentication 0.3.1.4**: Version synchronization
|
40
|
+
- **PropelFacets 0.3.1.4**: Version synchronization
|
41
|
+
|
15
42
|
## [0.3.1.3] - 2025-09-11
|
16
43
|
|
17
44
|
### 🐛 Bug Fixes & Improvements
|
data/lib/propel_rails.rb
CHANGED