Skip to content

Releases: martenframework/marten

0.1.5

07 Jan 16:42
6ade606
Compare
Choose a tag to compare

Marten 0.1.5 fixes a couple of bugs.

Bug fixes

  • Fix a bug where some types returned by built-in fields weren't allowed as template values
  • Fix a bug where it was not possible to resolve UUID routing parameters from valid UUID strings
  • Ensure abstract model classes can be created without primary key fields
  • Ensure subclasses of Marten::Conf::Setting no longer have to define a mandatory #initialize method if they don't need to

0.1.4

30 Dec 15:14
b4c624f
Compare
Choose a tag to compare

Marten 0.1.4 fixes a couple of bugs.

Bug fixes

  • Fix non-working #pk method generation for models with a one-to-one primary key field
  • Fix a possible NilAssertionError when running a migration involving a column change
  • Fix a possible layout issue in the server error debug page

0.1.3

22 Nov 00:44
ce95602
Compare
Choose a tag to compare

Marten 0.1.3 fixes a couple of bugs.

Bug fixes

  • Ensure that before/after deletion callbacks are executed in the same transaction as the deletion runner
  • Add missing .gitignore file to projects generated through the use of the new management command
  • Fix incorrect host used for development environments when generating new projects through the use of the new management command: now, projects automatically use the 127.0.0.1 local host in development
  • Ensure that the flash context producer takes into account requests that don't have an associated flash store in order to avoid unexpected NilAssertionErrorexceptions

0.1.2

06 Nov 19:35
9e16add
Compare
Choose a tag to compare

0.1.1

25 Oct 23:49
689d36d
Compare
Choose a tag to compare

0.1.0

24 Oct 23:44
faf59c5
Compare
Choose a tag to compare