MikroORM v4.3.2 Release Notes

Release Date: 2020-11-24 // over 3 years ago
  • 4.3.2 (2020-11-24)

    🐛 Bug Fixes

    • core: disable propagation when mapToPk is used (6f6a204), closes #1124
    • core: do not use custom toJSON when storing result cache (86ec3b3)
    • core: fix comparison of object properties and bigints (2119a65), closes #1117
    • core: fix computing changesets with reference as PK (5504436), closes #1111
    • core: fix serialization of properties with same name (d4d9c48), closes #1115
    • sql: allow using raw value for JSON prop with custom type (2a17c59), closes #1112