TypeORM v0.2.45 Release Notes

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

    • ๐Ÿ‘ allow clearing database inside a transaction (#8712) (f3cfdd2), closes #8527
    • โšก๏ธ discard duplicated columns on update (#8724) (0fc093d), closes #8723
    • ๐Ÿ›  fix entityManager.getId for custom join table (#8676) (33b2bd7), closes #7736
    • ๐Ÿ’ป force web bundlers to ignore index.mjs and use the browser ESM version directly (#8710) (411fa54), closes #8709

    ๐Ÿ”‹ Features