propel_rails 0.3.1 → 0.3.1.2
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 +37 -0
- 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: 21385d430a57c11b8c87c7e8d3deedc63adf4200e82a21dfab872a61094ca96b
|
4
|
+
data.tar.gz: 374c8f34c0e35a67a408d65b750f25b698171395c04083aa85afe43062cc480e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9275965130f07f6bc1ef8e25df1e04d44e231dba77bc7d4d14b2d4384f842c24a5e9a99bad91b185ab1eeddd4407e0cbd1424ed4aed915ea51ac85e5f32c023
|
7
|
+
data.tar.gz: 16a40f4cfc109a043b6b52eab720fe936cb7186ed2c5bad9cbe511b5ba6d231452b4e9194142c12c0aa4858bbacab8141beaaf19c2b8f4e044f2782688953873
|
data/CHANGELOG.md
CHANGED
@@ -12,6 +12,43 @@ 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.2] - 2025-09-11
|
16
|
+
|
17
|
+
### 🎉 Enhanced JSON Field Management
|
18
|
+
- **Automatic JSON Field Defaults**: Coordinated rollout of automatic JSON field defaults across the Propel ecosystem
|
19
|
+
- Enhanced orchestration for PropelApi's new JSON field default generation
|
20
|
+
- Better coordination between gems for consistent JSON field handling
|
21
|
+
- Improved developer experience with predictable JSON field behavior
|
22
|
+
|
23
|
+
### 🔧 Dependency Updates
|
24
|
+
- **PropelApi 0.3.1.2**: Automatic JSON field defaults, PostgreSQL JSONB support, and polymorphic association facet improvements
|
25
|
+
- **PropelAuthentication 0.3.1.2**: Enhanced integration with JSON field defaults and HTTP status code consistency
|
26
|
+
- **PropelFacets 0.3.1.2**: Improved JSON field facet rendering, serialization, and polymorphic association support
|
27
|
+
|
28
|
+
### 🐛 Bug Fixes & Improvements
|
29
|
+
- **Enhanced Test Reliability**: Coordinated improvements to test generation across the Propel ecosystem
|
30
|
+
- Better polymorphic association testing with proper facet includes
|
31
|
+
- Improved data integrity test reliability with realistic test data
|
32
|
+
- Enhanced HTTP status code consistency in authentication controllers
|
33
|
+
|
34
|
+
### 🛠️ Installation & Configuration Improvements
|
35
|
+
- **Enhanced Generator Coordination**: Improved coordination of JSON field handling across all Propel components
|
36
|
+
- Better error handling for JSON field configuration
|
37
|
+
- Enhanced completion messaging for JSON field default features
|
38
|
+
|
39
|
+
## [0.3.1.1] - 2025-09-11
|
40
|
+
|
41
|
+
### 🐛 Bug Fixes
|
42
|
+
- **PostgreSQL Migration Compatibility**: Fixed migration generation issues affecting PostgreSQL databases across all Propel gems
|
43
|
+
- Enhanced coordination of PostgreSQL-compatible migration generation
|
44
|
+
- Improved error handling for PostgreSQL foreign key constraints
|
45
|
+
- Better orchestration of database-specific migration templates
|
46
|
+
|
47
|
+
### 🔧 Dependency Updates
|
48
|
+
- **PropelApi 0.3.1.1**: PostgreSQL migration generation fixes and automatic JSON field defaults
|
49
|
+
- **PropelAuthentication 0.3.1.1**: PostgreSQL migration template improvements
|
50
|
+
- **PropelFacets 0.3.1.1**: Enhanced PostgreSQL database support
|
51
|
+
|
15
52
|
## [0.3.1] - 2025-09-11
|
16
53
|
|
17
54
|
### 🏗️ Enhanced Architecture Support
|
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.2
|
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
|