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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -4
- data/lib/propel_facets.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 483c295e3a2285639442a362eda0dde8402600d97ecdb9a91cb2ce299b953a4e
|
4
|
+
data.tar.gz: 6cd849b1b66902b24e88e7a75d6ca71837df76e634027acfa9a58278875a106f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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