propel_facets 0.3.1.2 → 0.3.1.4

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 +15 -4
  3. data/lib/propel_facets.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50b5752598dae3febc5d20dd2accff83f9d31a14b0d36d9a9179fcf32942c12c
4
- data.tar.gz: b2e9498d22209618cc6cec388ed09e1bd60a7d3ede29d24507bccc249034274c
3
+ metadata.gz: 1e0914d97384769e1cfe4e777e830a5c4467f8e860d44e0ecb5f13d826e336c1
4
+ data.tar.gz: 520eb79d5239fbf4c5f39dfe3da48145ada4f8f779a095f90a74a3a7759fea29
5
5
  SHA512:
6
- metadata.gz: 0a3ceb70a186deb83e02987b3f94e0f362d055777b906d50ede2614dec9146d26607bf509952d5262efb67908faa99e3600d06ed49685cd7dfa2e30b9d7a3bd3
7
- data.tar.gz: 52129f10c387a601124e700579aee1cafa00bef526953da7e7ea7aa54ba70d31dd57a3769e4d1de82b90d79dd16db382ebafeb88ea782394f3ccbf8c019dbf49
6
+ metadata.gz: dd8393ed8bd71464dd9c88eae8a90e676b0385a172a7969a80e626e089007a38720ff307e2756eba6f39fcf5b22b71fbd90635067c83b49788f5b8fc23b84677
7
+ data.tar.gz: 455119894021a27c0573aed06c54f23ae5d43b332b9046b0f5ebe6d7c30e29968296e31ae048110b97257b0189d9e04d9909ea9c2cf5c3cbe13cf68003b495df
data/CHANGELOG.md CHANGED
@@ -14,6 +14,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
  - Metadata inclusion (pagination, counts, etc.)
15
15
  - Performance logging and optimization tools
16
16
 
17
+ ## [0.3.1.4] - 2025-09-11
18
+
19
+ ### 🔧 Version Synchronization
20
+ - **Version Consistency**: Updated version to maintain consistency with PropelApi 0.3.1.4 critical bug fix
21
+ - No functional changes in this release
22
+ - Synchronized release with PropelApi polymorphic parents parsing fix
23
+
24
+ ## [0.3.1.3] - 2025-09-11
25
+
26
+ ### 🔧 Facet Rendering Improvements
27
+ - **Enhanced Polymorphic Association Support**: Improved facet rendering for polymorphic associations
28
+ - Better coordination with PropelApi's polymorphic association facet includes
29
+ - Enhanced eager loading support for polymorphic associations in facets
30
+ - Improved template coordination for polymorphic association rendering
31
+
17
32
  ## [0.3.1.2] - 2025-09-11
18
33
 
19
34
  ### 🔧 JSON Field Enhancements
@@ -26,10 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
41
  - **PropelApi Coordination**: Enhanced integration with PropelApi's new migration generation features
27
42
  - Better handling of JSON fields with automatic defaults in facet rendering
28
43
  - Improved test template coordination for JSON field handling
29
- - **Enhanced Polymorphic Association Support**: Improved facet rendering for polymorphic associations
30
- - Better coordination with PropelApi's polymorphic association facet includes
31
- - Enhanced eager loading support for polymorphic associations in facets
32
- - Improved template coordination for polymorphic association rendering
33
44
 
34
45
  ## [0.3.1.1] - 2025-09-11
35
46
 
data/lib/propel_facets.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PropelFacets
2
- VERSION = "0.3.1.2"
2
+ VERSION = "0.3.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propel_facets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.2
4
+ version: 0.3.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Propel Team