Skip to content

0.3.3

Compare
Choose a tag to compare
@ellmetha ellmetha released this 15 Sep 14:19
· 610 commits to main since this release
3009d71

Marten 0.3.3 fixes a couple of bugs.

Bug fixes

  • Fix unexpected Marten::Template::Errors::InvalidSyntax exceptions raised when adding spaces between a template filter name and its argument.
  • Make sure that the #add method of many-to-many query sets honors the targeted DB alias.
  • Make sure that the #delete and #update query set methods reset cached records if applicable.
  • Make sure that the #add method of many-to-many query sets resets cached records if applicable.