MikroORM v5.1.4 Release Notes

Release Date: 2022-05-19 // about 2 years ago
  • ๐Ÿ› Bug Fixes

    • core: allow asterisk in FindOptions.fields on TS level (43e1d0b), closes #3127
    • core: fix aliasing of formula properties in complex conditions (#3130) (071846e)
    • core: improve type of em.getContext() (158f077), closes #3120
    • core: improve validation of wrong entity references (#3085) (f5de135)
    • core: wrap relations in Reference wrapper when assigning entity instance (97f1f59), closes #3092
    • mongo: support queries with mongo specific operators on embeddables (2fb9002)
    • postgres: do not try to create schema for migrations when it exists (d6af811), closes #3106
    • postgres: fix resolving knex when other version is explicitly installed (41f5665), closes #3129
    • postgres: ignore schemas prefixed with crdb_ too (049fea3), closes #3021
    • schema: always ignore PostGIS schemas when diffing (#3096) (626e3db)
    • ts-morph: do not mark properties as enums automatically based on type (c3923df), closes #3099

    ๐Ÿ”‹ Features

    • core: add strict option to em.findOneOrFail() (#3088) (d38242a)
    • postgres: allow ignoring specified schemas (3f1d2da)