Releases: tada5hi/typeorm-extension
Releases · tada5hi/typeorm-extension
v3.6.2
3.6.2 (2024-10-08)
Bug Fixes
- consider runSchema- & synchronize-option in checkDatabase fn (b90a127)
- deps: bump locter from 2.1.0 to 2.1.3 (#1155) (48752e7)
v3.6.1
3.6.1 (2024-08-11)
Bug Fixes
- adjust data source cleanup behaviour to jsdoc description (e27f42e)
- schema detection in check-database fn (39dcc92)
v3.6.0
3.6.0 (2024-07-27)
Features
- add experimental entity-{uniqueness,property-names,join-columns} helpers (#1062) (9ab61cc)
v3.5.1
3.5.1 (2024-04-09)
Bug Fixes
- deps: bump locter from 2.0.2 to 2.1.0 (#957) (34d491f)
- deps: bump reflect-metadata from 0.2.1 to 0.2.2 (#958) (7e8e885)
- deps: bump smob from 1.4.1 to 1.5.0 (#961) (d14f79a)
- remove extension in typeorm-extension import in seeder template file (#954) (4ccb4b6)
Performance Improvements
v3.5.0
3.5.0 (2024-02-12)
Bug Fixes
- deps: bump @faker-js/faker from 8.3.1 to 8.4.0 (#859) (7d505d4)
- deps: bump @faker-js/faker from 8.4.0 to 8.4.1 (#885) (e9585f6)
- optimized useEnv singleton fn (a7f08d1)
Features
- use envix for environment management (883b9d4)
v3.4.1-beta.1
Bug Fixes
- deps: bump @faker-js/faker from 8.3.1 to 8.4.0 (#859) (7d505d4)
- don't export bin path (3f9708d)
v3.4.0
3.4.0 (2024-01-18)
Bug Fixes
- deps: bump locter to v2.0.2 (4108ee3)
- remove duplicate runtime environment checks (25db92a)
Features
- add bin directory as export (#849) (d0e83e6)
- prioritize seeder track property over global option (b21bb6f)
- simplify data-source options detection (328b4f0)
v3.4.0-beta.2
Bug Fixes
- remove duplicate runtime environment checks (25db92a)
Features
- add bin directory as export (#849) (d0e83e6)
- prioritize seeder track property over global option (b21bb6f)
v3.4.0-beta.1
Features
- simplify data-source options detection (328b4f0)
v3.3.0
3.3.0 (2024-01-11)
Bug Fixes
Features