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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +28 -0
  3. data/lib/propel_rails.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d984fd6b885b008f28ced43f26aeba9bbf333c2dfd5dedfeb4705f4981e1b37
4
- data.tar.gz: bb7ee80057ccb8abbeb915fc1bdd075578488ddfe2b81b13c7757399250e8513
3
+ metadata.gz: d4ec9a83de161d8dc1f3e5e21f73170c27d923204adff67f1cdb424a50daf2c9
4
+ data.tar.gz: dfc289362da3212725db46b4ec76428a127fce82d687985361210d20ac17abf9
5
5
  SHA512:
6
- metadata.gz: 8ea927c29b5ce2daa0677a3906e32779850f5940c87dc9c780aa23701649c7711301d7f9f1096960aa2c89ba4f90e3198131c00e201bfe948b54a3b18c53fe67
7
- data.tar.gz: 5b923359aa3c3db152e2d81f0ec097d54e355bc07d6eb3f0bf5c0699c92515590497dfa064e80b484d64a3346fdbb776f73a01e2031eeffdf66c7368c51f0b4e
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
@@ -4,7 +4,7 @@ require "pathname"
4
4
 
5
5
  module Propel
6
6
  module Rails
7
- VERSION = "0.2.0"
7
+ VERSION = "0.3.0"
8
8
 
9
9
  class Error < StandardError; end
10
10
 
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.2.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-02 00:00:00.000000000 Z
11
+ date: 2025-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler