Skip to content

Releases: toptal/granite-form

v0.6.1

05 Dec 08:32
87a1af5
Compare
Choose a tag to compare

What's Changed

  • Introduces mass_assignment_strict_mode configuration option to control the behavior of mass assignment in #32
    • The setting is per class and configures strict handling of unknown attributes by raising an exception.
    • By default it is disabled, and you need to opt-in.

Full Changelog: v0.6.0...v0.6.1

v0.6.0

31 May 09:33
b9fc53e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

09 Oct 14:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.1.0

21 Nov 08:32
Compare
Choose a tag to compare

Initial release, based on fork of ActiveData