Skip to content

Releases: ultimaweapon/porm

Parser 0.3.1

Choose a tag to compare

@ultimaweapon ultimaweapon released this 29 Aug 14:57
Immutable release. Only release title and notes can be modified.

New features

  • Supports char(n) type.

Runtime 0.2.0

Choose a tag to compare

@ultimaweapon ultimaweapon released this 26 Jul 11:49
Immutable release. Only release title and notes can be modified.

Breaking changes

  • Logger::run has new signature.
  • Migration::name no longer optional.
  • Error::ExecuteMigration and Error::UpdateVersion has been updated.

Parser 0.3.0

Choose a tag to compare

@ultimaweapon ultimaweapon released this 28 Jul 05:03
Immutable release. Only release title and notes can be modified.

New features

  • Supports lazy fetch on references.

Breaking changes

  • ParseError no longer have migration version on every variants.
  • Migration version will be become a migration name if Migration::name return None.

Parser 0.2.0

Choose a tag to compare

@ultimaweapon ultimaweapon released this 28 Jun 10:22
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.
  • ParseError now non-exhaustive.

Full Changelog: parser-0.1.1...parser-0.2.0

Parser 0.1.1

Choose a tag to compare

@ultimaweapon ultimaweapon released this 10 May 09:54
Immutable release. Only release title and notes can be modified.

New features

  • Supports uuid type.