Releases: SoftwareBrothers/adminjs-typeorm
Releases · SoftwareBrothers/adminjs-typeorm
v5.0.1
v5.0.0
v5.0.0-beta.1
5.0.0-beta.1 (2023-03-20)
chore
- update packages for ESM (54683c5)
BREAKING CHANGES
- The package won't support CJS anymore.
v4.0.0
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2022-04-26)
Features
- add in support for 0.3 typeorm (#43)(@asheliahut) (e989388)
BREAKING CHANGES
- The adapter has been updated to work with Typeorm of version ~0.3.0 so it will no longer work with older versions of Typeorm.
- Change
Connection
input toDataSource
for referencing database - Update all find methods to findBy