Skip to content

MikroORM 3.6.0

Compare
Choose a tag to compare
@B4nan B4nan released this 01 Apr 05:25
· 4607 commits to master since this release

Bug Fixes

  • core: fix explicit usage of joinColumn option (bcf2546), closes #425

Features

  • core: allow for the number zero as a primary key (#426) (88b979a)
  • core: improve ts-node detection (f1afaa6)
  • core: support indexes in entity generator (#437) (90c0162), closes #421
  • schema: add safe and dropTables options to schema generator (2d2c73d), closes #416