propel_facets 0.3.1.1 → 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 +25 -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: 483c295e3a2285639442a362eda0dde8402600d97ecdb9a91cb2ce299b953a4e
4
+ data.tar.gz: 6cd849b1b66902b24e88e7a75d6ca71837df76e634027acfa9a58278875a106f
5
5
  SHA512:
6
- metadata.gz: db896aa272f7e6c931326403a610d8e96135caf743016c984aa97f60bae56c8eab8b464609bdaea2be9510b3c3f556bcea9687111e35d623e6b5654a3813aa2c
7
- data.tar.gz: 27076499ee30a7bb9c78b7ea005e29090bbce62a949f3ccdf01923cfba2e99d14df6919406ae9a7fb3d66728c24bb42a4527ffd5b5c3720b436adb831d362a43
6
+ metadata.gz: bf132cab5d74c2c3074bbd3f64c26517768af0118cdc125c1fcdc13378ef3892c3efcfaf90cf7b95ee03b52a76495ad3bce9bda405ab076650f712efdc2773ef
7
+ data.tar.gz: e969df3143bd0fc400e2ebc6c28ca41453594a18cd1091a94cbb060a7cf75526dca8f62040e7df3169d49951effd4713c95c650a70b3ac52d317cb2d20cbdf9d
data/CHANGELOG.md CHANGED
@@ -14,9 +14,34 @@ 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
+
25
+ ## [0.3.1.2] - 2025-09-11
26
+
27
+ ### 🔧 JSON Field Enhancements
28
+ - **Enhanced JSON Field Support**: Improved compatibility with PropelApi 0.3.1.2's automatic JSON field defaults
29
+ - Better facet rendering for JSON fields that now have predictable default values
30
+ - Enhanced serialization handling for JSON fields with `default: '{}'`
31
+ - Improved coordination with PropelApi's JSON/JSONB field management
32
+
33
+ ### 🛠️ Integration Improvements
34
+ - **PropelApi Coordination**: Enhanced integration with PropelApi's new migration generation features
35
+ - Better handling of JSON fields with automatic defaults in facet rendering
36
+ - Improved test template coordination for JSON field handling
37
+
17
38
  ## [0.3.1.1] - 2025-09-11
18
39
 
19
40
  ### 🐛 Bug Fixes
41
+ - **PostgreSQL JSONB Field Support**: Enhanced JSONB type support for PostgreSQL compatibility
42
+ - Improved facet rendering for JSONB fields in addition to standard JSON fields
43
+ - Better coordination with PropelApi's enhanced JSONB parameter handling
44
+ - Enhanced serialization support for JSONB data types in PostgreSQL environments
20
45
  - **PostgreSQL Database Support**: Enhanced compatibility with PostgreSQL databases
21
46
  - Updated facet-related migration handling to work correctly with PostgreSQL
22
47
  - 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.3"
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.3
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