MikroORM v4.5.6 Release Notes

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

    • core: fix extraction of child condition when populating 2 (f22eec1), closes #1882
    • core: fix hydrating of inlined embeddables via em.create() (34391cd), closes #1840
    • core: fix joined strategy with FK as PK (adaa59b), closes #1902
    • core: mark entity generator and migrations as peer deps of knex (4ad80af), closes #1879
    • core: propagate unsetting of 1:1 from inverse side (903d484), closes #1872
    • core: reset current transaction before running afterFlush event (539311e), closes #1824
    • core: support getters in EntitySchema property types (0b831d0), closes #1867
    • core: use tsconfig-paths loadConfig function (#1854) (fbfb148), closes #1849
    • entity-generator: do not infer cascade value based on update/delete rules (dca4f21), closes #1857
    • mongo: fix extraction of child condition when populating (3cf30e1), closes #1891

    ๐Ÿ”‹ Features

    • core: add PlainObject class that DTO's can extend to treat class as POJO (#1837) (2e9c361)