propel_facets 0.3.1.4 → 0.3.1.5
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 -0
- 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: e8d2b0deded9d54125f7a882f64b47e7dd71e79eeede17d50e5cf6526d331a78
|
4
|
+
data.tar.gz: 401c9b00717e004c77136ae70b7c6ceee09fbec641a3d53e7dfcdafae2df0705
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 149a7cef7554f9183810632caa17ca008f5f3e8398122c09111787b2c1b1f2e53e758b42213ca93d5097ee368f1f4ea93340ddcfd46b6b752d36502889aa5c2a
|
7
|
+
data.tar.gz: 8f2a7f00552e8dc317d4ac5d30620ceec099de7bd5b374c96fc77f7b133a778193150391f148dfe2151cee649206fa950b0768c2309838da2d37d9c32fcb98f2
|
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.5] - 2025-09-11
|
18
|
+
|
19
|
+
### 🔧 Enhanced JSONB Coordination
|
20
|
+
- **JSONB Template Consistency**: Enhanced coordination with PropelApi 0.3.1.5's improved JSONB template consistency
|
21
|
+
- Better facet rendering coordination for JSONB fields across all templates
|
22
|
+
- Enhanced serialization reliability for JSONB data types
|
23
|
+
- Improved integration with PropelApi's consistent JSONB handling
|
24
|
+
|
17
25
|
## [0.3.1.4] - 2025-09-11
|
18
26
|
|
19
27
|
### 🔧 Version Synchronization
|
data/lib/propel_facets.rb
CHANGED