Skip to content

0.2.2

Compare
Choose a tag to compare
@ellmetha ellmetha released this 08 Mar 02:16
· 785 commits to main since this release
abb1ba9

Marten 0.2.2 fixes a couple of bugs.

Bug fixes

  • Fix possible compilation errors happening when inheriting from a schema containing fields with options
  • Fix an issue where model field validations were inconsistent with validation callbacks (eg. model field validations were called before before_validation callbacks)
  • Ensure that exception messages and snippet lines are properly escaped in the server error debug page