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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  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: 1e0914d97384769e1cfe4e777e830a5c4467f8e860d44e0ecb5f13d826e336c1
4
- data.tar.gz: 520eb79d5239fbf4c5f39dfe3da48145ada4f8f779a095f90a74a3a7759fea29
3
+ metadata.gz: e8d2b0deded9d54125f7a882f64b47e7dd71e79eeede17d50e5cf6526d331a78
4
+ data.tar.gz: 401c9b00717e004c77136ae70b7c6ceee09fbec641a3d53e7dfcdafae2df0705
5
5
  SHA512:
6
- metadata.gz: dd8393ed8bd71464dd9c88eae8a90e676b0385a172a7969a80e626e089007a38720ff307e2756eba6f39fcf5b22b71fbd90635067c83b49788f5b8fc23b84677
7
- data.tar.gz: 455119894021a27c0573aed06c54f23ae5d43b332b9046b0f5ebe6d7c30e29968296e31ae048110b97257b0189d9e04d9909ea9c2cf5c3cbe13cf68003b495df
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
@@ -1,3 +1,3 @@
1
1
  module PropelFacets
2
- VERSION = "0.3.1.4"
2
+ VERSION = "0.3.1.5"
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.4
4
+ version: 0.3.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Propel Team