propel_facets 0.2.1 → 0.3.1

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 +44 -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: 31c8768419bbee336994dd170ba7a91a15bd41f40e2caaa4862f85e3b60c4100
4
+ data.tar.gz: b5aab7dee456c83e485d2d1aeab809eeacca5cc9cd80036fbf5b4e8b227106c7
5
5
  SHA512:
6
- metadata.gz: 8312227990dd32b4026485fd9e331fea3504019342741511214a33754b8e8c67cbe4ce25817fb4f4d319dcf1e4a4e25e305eab590c96a6a8f860d64343021a8c
7
- data.tar.gz: 4a8184cff3c9bf000f2b42e71cc7d2fb8f6c00c5b7f6c03a9035eba1079d2820cca44e9518dc86000994b4d475b4dc10d2ddefad3c89e715026889cd1d2f8fd4
6
+ metadata.gz: 38b9ea5be0bc2d1818104ae74ce188feaea907d916185d42fc2bad4afc86f9bc534fd0f96b61fbf29351c536d0cc18d3e37dd4c6863a2d04cd75c6ead31cf84a
7
+ data.tar.gz: 3b4455f69475a4e887ad99e26bfd187381ef9dd3ad2188b6990fdb87881dec0bac60c2b187334f37392b8d18abe3097a635667b0daf1b4d22c68520e356bd9e2
data/CHANGELOG.md CHANGED
@@ -14,6 +14,50 @@ 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] - 2025-09-11
18
+
19
+ ### 🔧 Compatibility & Integration Improvements
20
+ - **Enhanced PropelApi Integration**: Improved compatibility with PropelApi 0.3.1's enhanced polymorphic support
21
+ - Better coordination with updated polymorphic generators and fixture templates
22
+ - Enhanced facet rendering for polymorphic associations with improved type handling
23
+ - Seamless integration with enhanced API Explorer functionality
24
+
25
+ ### 🛠️ Template & Pattern Improvements
26
+ - **Fixture Template Coordination**: Enhanced fixture template patterns to work seamlessly with PropelAuthentication
27
+ - Better integration with PropelAuthentication's ERB fixture templates
28
+ - Improved facet rendering coordination with authentication model fixtures
29
+ - Enhanced association handling for Agency, Agent, Organization, and User models
30
+ - **Controller Template Improvements**: Enhanced integration with updated PropelApi controller architecture
31
+ - Better compatibility with new API base controller templates
32
+ - Improved facet controller inheritance patterns for full-stack and API-only applications
33
+
34
+ ### 📊 JSON Facet Enhancements
35
+ - **Polymorphic Association Support**: Improved handling of polymorphic associations in facet rendering
36
+ - Better type information inclusion for polymorphic relationships
37
+ - Enhanced association serialization for complex multi-tenant scenarios
38
+ - Improved coordination with PropelApi's enhanced polymorphic fixture generation
39
+
40
+ ### 🔧 Configuration & Setup
41
+ - **Installation Process Improvements**: Enhanced integration with improved PropelAuthentication installation process
42
+ - Better coordination with noticed gem installation procedures
43
+ - Enhanced setup process for multi-gem environments
44
+ - Improved error handling coordination across the Propel ecosystem
45
+ - **Enhanced Application Architecture Support**: Better support for different Rails application types
46
+ - Improved integration with full-stack Rails applications
47
+ - Enhanced compatibility with API-only Rails applications
48
+ - Better coordination with new API base controller architecture
49
+
50
+ ## [0.3.0] - 2025-01-15
51
+
52
+ ### 🔧 Compatibility Updates
53
+ - **PropelApi Integration**: Updated to work seamlessly with PropelApi 0.3.0's new polymorphic association features
54
+ - **Polymorphic Facet Support**: Enhanced JSON facet generation for polymorphic associations
55
+ - **Template Compatibility**: All facet templates now compatible with enhanced polymorphic test generation
56
+
57
+ ### ✨ Enhancements
58
+ - **Polymorphic Include Support**: Facets now properly handle `include: [:polymorphic_association]` with correct type information
59
+ - **Association Serialization**: Improved handling of polymorphic associations in JSON responses
60
+
17
61
  ## [0.2.1] - 2025-01-14
18
62
 
19
63
  ### Fixed
data/lib/propel_facets.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PropelFacets
2
- VERSION = "0.2.1"
2
+ VERSION = "0.3.1"
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.1
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-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails