propel_facets 0.2.1 → 0.3.0

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 +11 -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: 8764980d8f96e30b33af48655e5f663f462c2a163d414d0dd55122b069454bb8
4
- data.tar.gz: 8c1169ffe3ffbbe48fff25ef54c26ffe2a2fd81c1c63257bac4eeda9992497d3
3
+ metadata.gz: cb36b130305f2d389595638d55e49505c299f0c097631f43536d92d492164a94
4
+ data.tar.gz: 669d26423c4646c148e3f1a38dc9353546b14367d99fd715e20fff7a14d22fea
5
5
  SHA512:
6
- metadata.gz: 8312227990dd32b4026485fd9e331fea3504019342741511214a33754b8e8c67cbe4ce25817fb4f4d319dcf1e4a4e25e305eab590c96a6a8f860d64343021a8c
7
- data.tar.gz: 4a8184cff3c9bf000f2b42e71cc7d2fb8f6c00c5b7f6c03a9035eba1079d2820cca44e9518dc86000994b4d475b4dc10d2ddefad3c89e715026889cd1d2f8fd4
6
+ metadata.gz: 31dce29ff749d1dab2a461012d1fb8201487121f4bc1af95780c111a8de6409aedc108950fbfcfcd692b227f926418bec2a651c60dfe16738fe40a027081fb7d
7
+ data.tar.gz: 32ca6acf81cfea562b12c704e4cb46b14207dd74f56560b58785033aa079cbf58dc3f647e24ce620ef7f4b2eee31f9bb267734f3e30c5504bc432ee191d86d71
data/CHANGELOG.md CHANGED
@@ -14,6 +14,17 @@ 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.0] - 2025-01-15
18
+
19
+ ### 🔧 Compatibility Updates
20
+ - **PropelApi Integration**: Updated to work seamlessly with PropelApi 0.3.0's new polymorphic association features
21
+ - **Polymorphic Facet Support**: Enhanced JSON facet generation for polymorphic associations
22
+ - **Template Compatibility**: All facet templates now compatible with enhanced polymorphic test generation
23
+
24
+ ### ✨ Enhancements
25
+ - **Polymorphic Include Support**: Facets now properly handle `include: [:polymorphic_association]` with correct type information
26
+ - **Association Serialization**: Improved handling of polymorphic associations in JSON responses
27
+
17
28
  ## [0.2.1] - 2025-01-14
18
29
 
19
30
  ### Fixed
data/lib/propel_facets.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PropelFacets
2
- VERSION = "0.2.1"
2
+ VERSION = "0.3.0"
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.2.1
4
+ version: 0.3.0
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-02 00:00:00.000000000 Z
11
+ date: 2025-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails