Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 2.52 KB

File metadata and controls

80 lines (44 loc) · 2.52 KB

Changelog

[0.9.4] - 2026-05-02

What's Changed

  • 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

[0.9.3] - 2026-04-09

What's Changed

  • 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

[0.9.2] - 2026-04-02

What's Changed

  • 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

[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