Releases: ultimaweapon/porm
Releases · ultimaweapon/porm
Release list
Parser 0.3.1
Immutable
release. Only release title and notes can be modified.
New features
- Supports
char(n)type.
Runtime 0.2.0
Immutable
release. Only release title and notes can be modified.
Breaking changes
Logger::runhas new signature.Migration::nameno longer optional.Error::ExecuteMigrationandError::UpdateVersionhas been updated.
Parser 0.3.0
Immutable
release. Only release title and notes can be modified.
New features
- Supports lazy fetch on references.
Breaking changes
ParseErrorno longer have migration version on every variants.- Migration version will be become a migration name if
Migration::namereturnNone.
Parser 0.2.0
Immutable
release. Only release title and notes can be modified.
New features
- Support non-unique indexes.
Breaking changes
- The generated code now depend on futures.
ParseErrornow non-exhaustive.
Full Changelog: parser-0.1.1...parser-0.2.0
Parser 0.1.1
Immutable
release. Only release title and notes can be modified.
New features
- Supports
uuidtype.