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