MikroORM v4.5.5 Release Notes

Release Date: 2021-05-17 // almost 3 years ago
  • ๐Ÿ› Bug Fixes

    • core: allow using updateNestedEntities flag with collections (db77e8b), closes #1717
    • core: convert custom types for onCreate & onUpdate (34c1aa5), closes #1751
    • core: convert custom types for collection items in joined strategy (bea37e0), closes #1754
    • core: convert custom types on PKs in update and delete queries (1b5270d), closes #1798
    • core: do not ignore qb.onConflict(...).merge() without params (68b570e), closes #1774
    • core: ensure correct aliasing when auto-joining PKs in group conditions (ec971b6), closes #1734
    • core: ensure correct casting in deep JSON queries with operators (0441967), closes #1734
    • core: fix findAndCount with populate (61bc7cf), closes #1736
    • core: fix ordering by json properties (53bef71)
    • core: issue delete queries after extra/collection updates (fc48890)
    • core: support extending in tsconfig.json (#1804) (6597552), closes #1792
    • core: use $and for merging of multiple filter conditions (19f3f1d), closes #1776
    • mongo: validate usage of migrator and entity generator (e41d1c5), closes #1801
    • ๐Ÿ— query-builder: allow passing array of keys to qb.onConflict().merge() (fc3cf01), closes #1774
    • ๐Ÿ— query-builder: validate missing onConflict calls (d9ae997), closes #1803