Releases: martenframework/marten
Releases · martenframework/marten
0.1.5
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
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
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
NilAssertionError
exceptions