propel_facets 0.3.1.1 → 0.3.1.2

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 +21 -0
  3. data/lib/propel_facets.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5599a4b4d7e996be7a054da68a2b7623853b41608612a20d6e666bf443ad5faf
4
- data.tar.gz: 8544ddaed957da46254c05661699fe5d6f826018ca613f5820412dafec904479
3
+ metadata.gz: 50b5752598dae3febc5d20dd2accff83f9d31a14b0d36d9a9179fcf32942c12c
4
+ data.tar.gz: b2e9498d22209618cc6cec388ed09e1bd60a7d3ede29d24507bccc249034274c
5
5
  SHA512:
6
- metadata.gz: db896aa272f7e6c931326403a610d8e96135caf743016c984aa97f60bae56c8eab8b464609bdaea2be9510b3c3f556bcea9687111e35d623e6b5654a3813aa2c
7
- data.tar.gz: 27076499ee30a7bb9c78b7ea005e29090bbce62a949f3ccdf01923cfba2e99d14df6919406ae9a7fb3d66728c24bb42a4527ffd5b5c3720b436adb831d362a43
6
+ metadata.gz: 0a3ceb70a186deb83e02987b3f94e0f362d055777b906d50ede2614dec9146d26607bf509952d5262efb67908faa99e3600d06ed49685cd7dfa2e30b9d7a3bd3
7
+ data.tar.gz: 52129f10c387a601124e700579aee1cafa00bef526953da7e7ea7aa54ba70d31dd57a3769e4d1de82b90d79dd16db382ebafeb88ea782394f3ccbf8c019dbf49
data/CHANGELOG.md CHANGED
@@ -14,9 +14,30 @@ 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.2] - 2025-09-11
18
+
19
+ ### 🔧 JSON Field Enhancements
20
+ - **Enhanced JSON Field Support**: Improved compatibility with PropelApi 0.3.1.2's automatic JSON field defaults
21
+ - Better facet rendering for JSON fields that now have predictable default values
22
+ - Enhanced serialization handling for JSON fields with `default: '{}'`
23
+ - Improved coordination with PropelApi's JSON/JSONB field management
24
+
25
+ ### 🛠️ Integration Improvements
26
+ - **PropelApi Coordination**: Enhanced integration with PropelApi's new migration generation features
27
+ - Better handling of JSON fields with automatic defaults in facet rendering
28
+ - 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
+
17
34
  ## [0.3.1.1] - 2025-09-11
18
35
 
19
36
  ### 🐛 Bug Fixes
37
+ - **PostgreSQL JSONB Field Support**: Enhanced JSONB type support for PostgreSQL compatibility
38
+ - Improved facet rendering for JSONB fields in addition to standard JSON fields
39
+ - Better coordination with PropelApi's enhanced JSONB parameter handling
40
+ - Enhanced serialization support for JSONB data types in PostgreSQL environments
20
41
  - **PostgreSQL Database Support**: Enhanced compatibility with PostgreSQL databases
21
42
  - Updated facet-related migration handling to work correctly with PostgreSQL
22
43
  - Fixed association handling issues that could affect PostgreSQL foreign key constraints
data/lib/propel_facets.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PropelFacets
2
- VERSION = "0.3.1.1"
2
+ VERSION = "0.3.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propel_facets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.1
4
+ version: 0.3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Propel Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-09-11 00:00:00.000000000 Z
11
+ date: 2025-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails