propel_rails 0.2.0 → 0.3.0
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 +28 -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: d4ec9a83de161d8dc1f3e5e21f73170c27d923204adff67f1cdb424a50daf2c9
|
4
|
+
data.tar.gz: dfc289362da3212725db46b4ec76428a127fce82d687985361210d20ac17abf9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2b3af4f3e4ad2001fc40a49f6cb8974446cfdec2c5456b0ccf366b3c2cf2c503805e9cee05dbbea2b5bce272f477d920c2418fbfa4f3cf45cd746443e09fc15
|
7
|
+
data.tar.gz: 385a04202bd67da97d92a9203aead3ac88f7f2560ed74e102835cf857b0c37db160fd33d9e44e7164b18e4ed57d4a1849a11263cde5bbb5f95f495b6f208a504
|
data/CHANGELOG.md
CHANGED
@@ -12,6 +12,34 @@ 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.0] - 2025-01-15
|
16
|
+
|
17
|
+
### 🎉 Major Release: Polymorphic Association Support
|
18
|
+
|
19
|
+
This release introduces comprehensive polymorphic association support across the entire Propel Rails ecosystem.
|
20
|
+
|
21
|
+
### 🔧 Dependency Updates
|
22
|
+
- **PropelApi 0.3.0**: Full polymorphic association support with new `--parents` option
|
23
|
+
- **PropelAuthentication 0.3.0**: Updated for compatibility with enhanced generator features
|
24
|
+
- **PropelFacets 0.3.0**: Enhanced polymorphic association serialization support
|
25
|
+
|
26
|
+
### 📦 Ecosystem Improvements
|
27
|
+
- **Version Synchronization**: All gems now maintain consistent version numbers for easier dependency management
|
28
|
+
- **Enhanced Documentation**: Comprehensive guides for polymorphic association usage
|
29
|
+
- **Breaking Change Management**: Clear migration paths from 0.2.x to 0.3.0
|
30
|
+
|
31
|
+
### ⚠️ Breaking Changes
|
32
|
+
- **PropelApi**: New polymorphic syntax requires `--parents` option for polymorphic associations
|
33
|
+
- **Generator Commands**: Old polymorphic syntax (`field:references{polymorphic}`) deprecated in favor of `field:polymorphic`
|
34
|
+
|
35
|
+
## [0.2.1] - 2025-01-14
|
36
|
+
|
37
|
+
### Changed
|
38
|
+
- **Version synchronization**: Released alongside all Propel framework components
|
39
|
+
- Maintains version consistency across PropelFacets 0.2.1, PropelApi 0.2.1, and PropelAuthentication 0.2.1
|
40
|
+
- Ensures compatible gem ecosystem for reliable framework operation
|
41
|
+
- Updated auto-loading system to work with synchronized component versions
|
42
|
+
|
15
43
|
## [0.2.0] - 2025-09-02
|
16
44
|
|
17
45
|
### Added
|
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.
|
4
|
+
version: 0.3.0
|
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-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|