propel_facets 0.3.1.2 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -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: 483c295e3a2285639442a362eda0dde8402600d97ecdb9a91cb2ce299b953a4e
4
+ data.tar.gz: 6cd849b1b66902b24e88e7a75d6ca71837df76e634027acfa9a58278875a106f
5
5
  SHA512:
6
- metadata.gz: 0a3ceb70a186deb83e02987b3f94e0f362d055777b906d50ede2614dec9146d26607bf509952d5262efb67908faa99e3600d06ed49685cd7dfa2e30b9d7a3bd3
7
- data.tar.gz: 52129f10c387a601124e700579aee1cafa00bef526953da7e7ea7aa54ba70d31dd57a3769e4d1de82b90d79dd16db382ebafeb88ea782394f3ccbf8c019dbf49
6
+ metadata.gz: bf132cab5d74c2c3074bbd3f64c26517768af0118cdc125c1fcdc13378ef3892c3efcfaf90cf7b95ee03b52a76495ad3bce9bda405ab076650f712efdc2773ef
7
+ data.tar.gz: e969df3143bd0fc400e2ebc6c28ca41453594a18cd1091a94cbb060a7cf75526dca8f62040e7df3169d49951effd4713c95c650a70b3ac52d317cb2d20cbdf9d
data/CHANGELOG.md CHANGED
@@ -14,6 +14,14 @@ 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.3] - 2025-09-11
18
+
19
+ ### 🔧 Facet Rendering Improvements
20
+ - **Enhanced Polymorphic Association Support**: Improved facet rendering for polymorphic associations
21
+ - Better coordination with PropelApi's polymorphic association facet includes
22
+ - Enhanced eager loading support for polymorphic associations in facets
23
+ - Improved template coordination for polymorphic association rendering
24
+
17
25
  ## [0.3.1.2] - 2025-09-11
18
26
 
19
27
  ### 🔧 JSON Field Enhancements
@@ -26,10 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
34
  - **PropelApi Coordination**: Enhanced integration with PropelApi's new migration generation features
27
35
  - Better handling of JSON fields with automatic defaults in facet rendering
28
36
  - 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
37
 
34
38
  ## [0.3.1.1] - 2025-09-11
35
39
 
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.3"
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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Propel Team