propel_rails 0.3.1.1 → 0.3.1.3
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 +32 -1
- data/lib/propel_rails.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: 8d1baf39d472328ae3c7636af875fe27d08dfb2c8e0017e3f2fcd9185a24335f
|
4
|
+
data.tar.gz: 1444b2189b2407e6b929e6dc86e533847dfb62925e6ca38251caa83ae927d645
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12ccc4d79b945b3e3a3bce93e98fea48d22a2f6191f4e04666f26bfa1eebba9b886e79a7d4aee2e2d35f94a9d5d8b7acb88b7074d31774721e154bbf50c8e79c
|
7
|
+
data.tar.gz: acf0a87657dcb5002fab9f563a1d85e65f43e6cb3ea9eb95268a0ac5e581ca2c811f11bcee7963740c576a915f07c91a1fa779fd529f67101e286fdb56854f81
|
data/CHANGELOG.md
CHANGED
@@ -12,6 +12,37 @@ 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.3] - 2025-09-11
|
16
|
+
|
17
|
+
### 🐛 Bug Fixes & Improvements
|
18
|
+
- **Enhanced Test Reliability**: Coordinated improvements to test generation across the Propel ecosystem
|
19
|
+
- Better polymorphic association testing with proper facet includes
|
20
|
+
- Improved data integrity test reliability with realistic test data
|
21
|
+
- Fixed Schedule model and similar polymorphic association issues
|
22
|
+
|
23
|
+
### 🔧 Dependency Updates
|
24
|
+
- **PropelApi 0.3.1.3**: Polymorphic association facet fixes and improved test templates
|
25
|
+
- **PropelAuthentication 0.3.1.3**: HTTP status code consistency improvements
|
26
|
+
- **PropelFacets 0.3.1.3**: Enhanced polymorphic association facet rendering
|
27
|
+
|
28
|
+
## [0.3.1.2] - 2025-09-11
|
29
|
+
|
30
|
+
### 🎉 Enhanced JSON Field Management
|
31
|
+
- **Automatic JSON Field Defaults**: Coordinated rollout of automatic JSON field defaults across the Propel ecosystem
|
32
|
+
- Enhanced orchestration for PropelApi's new JSON field default generation
|
33
|
+
- Better coordination between gems for consistent JSON field handling
|
34
|
+
- Improved developer experience with predictable JSON field behavior
|
35
|
+
|
36
|
+
### 🔧 Dependency Updates
|
37
|
+
- **PropelApi 0.3.1.2**: Automatic JSON field defaults and PostgreSQL JSONB support
|
38
|
+
- **PropelAuthentication 0.3.1.2**: Enhanced integration with JSON field defaults
|
39
|
+
- **PropelFacets 0.3.1.2**: Improved JSON field facet rendering and serialization
|
40
|
+
|
41
|
+
### 🛠️ Installation & Configuration Improvements
|
42
|
+
- **Enhanced Generator Coordination**: Improved coordination of JSON field handling across all Propel components
|
43
|
+
- Better error handling for JSON field configuration
|
44
|
+
- Enhanced completion messaging for JSON field default features
|
45
|
+
|
15
46
|
## [0.3.1.1] - 2025-09-11
|
16
47
|
|
17
48
|
### 🐛 Bug Fixes
|
@@ -21,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
21
52
|
- Better orchestration of database-specific migration templates
|
22
53
|
|
23
54
|
### 🔧 Dependency Updates
|
24
|
-
- **PropelApi 0.3.1.1**: PostgreSQL migration generation fixes
|
55
|
+
- **PropelApi 0.3.1.1**: PostgreSQL migration generation fixes and automatic JSON field defaults
|
25
56
|
- **PropelAuthentication 0.3.1.1**: PostgreSQL migration template improvements
|
26
57
|
- **PropelFacets 0.3.1.1**: Enhanced PostgreSQL database support
|
27
58
|
|
data/lib/propel_rails.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: propel_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.1.
|
4
|
+
version: 0.3.1.3
|
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-09-
|
11
|
+
date: 2025-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|