Skip to content

0.10.1

Compare
Choose a tag to compare
@billy1624 billy1624 released this 27 Oct 08:34
· 796 commits to master since this release

Enhancements

  • [sea-orm-cli] Escape module name defined with Rust keywords #1052
  • [sea-orm-cli] Check to make sure migration name doesn't contain hyphen - in it #879, #1155
  • Support time crate for SQLite #995

Bug Fixes

  • [sea-orm-cli] Generate Related for m-to-n relation #1075
  • [sea-orm-cli] Generate model entity with Postgres Enum field #1153
  • [sea-orm-cli] Migrate up command apply all pending migrations #1010
  • [sea-orm-cli] Conflicting short flag -u when executing migrate generate command #1157
  • Prefix the usage of types with sea_orm:: inside DeriveActiveEnum derive macros #1146, #1154
  • [sea-orm-cli] Generate model with Vec<f32> or Vec<f64> should not derive Eq on the model struct #1158

House Keeping

  • [sea-orm-cli] [sea-orm-migration] Add cli feature to optionally include dependencies that are required by the CLI #978

Upgrades

  • Upgrade sea-schema to 0.10.2 #1153

New Contributors

Full Changelog: 0.10.0...0.10.1