propel_facets 0.3.0 → 0.3.1.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +41 -0
- data/lib/propel_facets.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5599a4b4d7e996be7a054da68a2b7623853b41608612a20d6e666bf443ad5faf
|
4
|
+
data.tar.gz: 8544ddaed957da46254c05661699fe5d6f826018ca613f5820412dafec904479
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db896aa272f7e6c931326403a610d8e96135caf743016c984aa97f60bae56c8eab8b464609bdaea2be9510b3c3f556bcea9687111e35d623e6b5654a3813aa2c
|
7
|
+
data.tar.gz: 27076499ee30a7bb9c78b7ea005e29090bbce62a949f3ccdf01923cfba2e99d14df6919406ae9a7fb3d66728c24bb42a4527ffd5b5c3720b436adb831d362a43
|
data/CHANGELOG.md
CHANGED
@@ -14,6 +14,47 @@ 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.1] - 2025-09-11
|
18
|
+
|
19
|
+
### 🐛 Bug Fixes
|
20
|
+
- **PostgreSQL Database Support**: Enhanced compatibility with PostgreSQL databases
|
21
|
+
- Updated facet-related migration handling to work correctly with PostgreSQL
|
22
|
+
- Fixed association handling issues that could affect PostgreSQL foreign key constraints
|
23
|
+
- Improved coordination with PropelApi migration generation for PostgreSQL compatibility
|
24
|
+
|
25
|
+
## [0.3.1] - 2025-09-11
|
26
|
+
|
27
|
+
### 🔧 Compatibility & Integration Improvements
|
28
|
+
- **Enhanced PropelApi Integration**: Improved compatibility with PropelApi 0.3.1's enhanced polymorphic support
|
29
|
+
- Better coordination with updated polymorphic generators and fixture templates
|
30
|
+
- Enhanced facet rendering for polymorphic associations with improved type handling
|
31
|
+
- Seamless integration with enhanced API Explorer functionality
|
32
|
+
|
33
|
+
### 🛠️ Template & Pattern Improvements
|
34
|
+
- **Fixture Template Coordination**: Enhanced fixture template patterns to work seamlessly with PropelAuthentication
|
35
|
+
- Better integration with PropelAuthentication's ERB fixture templates
|
36
|
+
- Improved facet rendering coordination with authentication model fixtures
|
37
|
+
- Enhanced association handling for Agency, Agent, Organization, and User models
|
38
|
+
- **Controller Template Improvements**: Enhanced integration with updated PropelApi controller architecture
|
39
|
+
- Better compatibility with new API base controller templates
|
40
|
+
- Improved facet controller inheritance patterns for full-stack and API-only applications
|
41
|
+
|
42
|
+
### 📊 JSON Facet Enhancements
|
43
|
+
- **Polymorphic Association Support**: Improved handling of polymorphic associations in facet rendering
|
44
|
+
- Better type information inclusion for polymorphic relationships
|
45
|
+
- Enhanced association serialization for complex multi-tenant scenarios
|
46
|
+
- Improved coordination with PropelApi's enhanced polymorphic fixture generation
|
47
|
+
|
48
|
+
### 🔧 Configuration & Setup
|
49
|
+
- **Installation Process Improvements**: Enhanced integration with improved PropelAuthentication installation process
|
50
|
+
- Better coordination with noticed gem installation procedures
|
51
|
+
- Enhanced setup process for multi-gem environments
|
52
|
+
- Improved error handling coordination across the Propel ecosystem
|
53
|
+
- **Enhanced Application Architecture Support**: Better support for different Rails application types
|
54
|
+
- Improved integration with full-stack Rails applications
|
55
|
+
- Enhanced compatibility with API-only Rails applications
|
56
|
+
- Better coordination with new API base controller architecture
|
57
|
+
|
17
58
|
## [0.3.0] - 2025-01-15
|
18
59
|
|
19
60
|
### 🔧 Compatibility Updates
|
data/lib/propel_facets.rb
CHANGED
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.
|
4
|
+
version: 0.3.1.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-
|
11
|
+
date: 2025-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|