TypeORM v0.2.44 Release Notes

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

    • alter relation loader to use transforms when present (#8691) (2c2fb29), closes #8690
    • cannot read properties of undefined (reading 'joinEagerRelations') (136015b)
    • expo driver doesn't work properly because of new beforeMigration() afterMigration() callbacks (#8683) (5a71803)
    • 0๏ธโƒฃ ng webpack default import (#8688) (2d3374b), closes #8674
    • ๐Ÿ‘Œ support imports of absolute paths of ESM files on Windows (#8669) (12cbfcd), closes #8651

    ๐Ÿ”‹ Features

    • โž• add option to upsert to skip update if the row already exists and no values would be changed (#8679) (8744395)
    • ๐Ÿ‘ allow {delete,insert}().returning() on MariaDB (#8673) (7facbab), closes #7235 #7235
    • Implement deferrable foreign keys for SAP HANA (#6104) (1f54c70)