MikroORM v4.0.3 Release Notes

Release Date: 2020-09-15 // over 3 years ago
  • 4.0.3 (2020-09-15)

    ๐Ÿ› Bug Fixes

    • core: make a copy of custom type values to allow array diffing (6ae72ae)

    ๐Ÿ”‹ Features

    • core: allow using AsyncLocalStorage for request context (47cd9a5), closes #575

    ๐ŸŽ Performance Improvements

    • core: create the helper instance early (f4f90eb)
    • core: do not generate internal entity uuid (9f46aa4)
    • core: do not use em.merge() internally (6a1a6d6)
    • core: remove WrappedEntity.__internal map (2228fcb)
    • core: skip processing of hooks when there are no hooks (425784b)
    • core: store entity identifier on entity helper (403acca)
    • core: store original entity data on entity helper (6a91b01)