Skip to content

Releases: toptal/granite-form

v1.0.0

24 Mar 10:07
00f0052

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v1.0.0

v0.6.1

05 Dec 08:32
87a1af5

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

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

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

Choose a tag to compare

Initial release, based on fork of ActiveData