Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.65 KB

File metadata and controls

55 lines (31 loc) · 1.65 KB

Changelog

[0.9.1] - 2026-03-18

Full Changelog: https://github.com/Syati/structured_params/compare/v0.9.0...v0.9.1

[0.9.0] - 2026-03-18

What's Changed

  • Add form objects and specs by @Syati in #12

Full Changelog: https://github.com/Syati/structured_params/compare/v0.6.0...v0.9.0

[0.6.0] - 2026-02-28

What's Changed

  • 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

[0.5.0] - 2025-09-09

What's Changed

  • 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

[0.3.0] - 2025-09-06

What's Changed

  • 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

[0.2.0] - 2025-09-05

What's Changed

  • 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

[0.1.0] - Initial Release

Added

  • 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