- Enhance array index handling and update RBS configuration by @Syati in #16
Full Changelog: https://github.com/Syati/structured_params/compare/v0.9.3...v0.9.4
- Enhance i18n support for nested attributes and update documentation by @Syati in #15
Full Changelog: https://github.com/Syati/structured_params/compare/v0.9.2...v0.9.3
- Clarify gemspec summary to describe type-safe parameter validation by @Syati in #13
- Addressing PR comments by @Syati in #14
Full Changelog: https://github.com/Syati/structured_params/compare/v0.9.1...v0.9.2
Full Changelog: https://github.com/Syati/structured_params/compare/v0.9.0...v0.9.1
- Add form objects and specs by @Syati in #12
Full Changelog: https://github.com/Syati/structured_params/compare/v0.6.0...v0.9.0
- Update Ruby and Rails versions with RBS and RuboCop adjustments by @Syati in #11
Full Changelog: https://github.com/Syati/structured_params/compare/v0.5.0...v0.6.0
- Update attributes method signatures to use optional keyword arguments… by @Syati in #8
Full Changelog: https://github.com/Syati/structured_params/compare/v0.3.0...v0.5.0
- Expand Rails compatibility to support Rails 7.2+ through 8.x
Full Changelog: https://github.com/Syati/structured_params/compare/v0.2.0...v0.3.0
- Improve error handling and serialization features by @Syati in #1
Full Changelog: https://github.com/Syati/structured_params/compare/v0.1.0...v0.2.0
- Initial implementation of StructuredParams with support for structured objects and arrays
- ActiveModel integration for validation and attributes
- Strong Parameters compatibility
- Type system with Object and Array types
- RBS type definitions
- Comprehensive test suite