Releases: SoftwareBrothers/adminjs-nestjs
Releases · SoftwareBrothers/adminjs-nestjs
v4.0.0
4.0.0 (2022-01-21)
Bug Fixes
- update nest packages, move nest packages to peerDependencies (#37) (ac4d7ae)
BREAKING CHANGES
- @nestjs/common, @nestjs-core and rxjs are now peer dependencies!
v3.0.1
3.0.1 (2021-11-06)
Bug Fixes
v3.0.0
3.0.0 (2021-07-28)
Bug Fixes
- upgraded packages for nest 8 (#27)(simur407) (b69ffdf)
BREAKING CHANGES
- This might not work with Nest.js versions lower than 8 due to HTTP adapter changes. Use an older version of
@adminjs/nestjs
if you're using Nest.js <8.
v2.0.0
2.0.0 (2021-06-18)
chore
- rebrand AdminBro to AdminJS (4592e1a)
BREAKING CHANGES
- AdminBro has been rebranded to AdminJS. All package and repository names had been updated.
- Update your dependencies to use new
adminjs
packages.
admin-bro
-> adminjs
for the core package
@admin-bro/<package name>
-> @adminjs/<package name>
for other modules
- Update your custom CSS classes:
.admin-bro_<component name>
-> .adminjs_<component name>
(example: .adminjs_Box
)
- Search your project for
admin-bro
occurrences - most likely they will have to be updated to adminjs
v1.1.0
1.1.0 (2021-03-12)
Bug Fixes
- fixed custom loader for factory providers, added doc (62c7184)
- fixed issue with #7 when there is no cors middleware (202c2c8)
- slash route fix, better express reorder, option to not init admin (8cc5725)
Features
v1.1.0-beta.3
Bug Fixes
- slash route fix, better express reorder, option to not init admin (8cc5725)
v1.1.0-beta.2
Bug Fixes
- fixed custom loader for factory providers, added doc (62c7184)
v1.1.0-beta.1
Bug Fixes
- fixed issue with #7 when there is no cors middleware (202c2c8)
Features
v1.0.0
1.0.0 (2020-09-08)
Bug Fixes
- add missing dependency (541acb5)
- add missing dependency (3848374)
- add watch script after admin-bro initialization (26246ac)
- bring back old admin-bro package (f56cf69)
- finish readme (eabe7f0)
- make lib public (ed982e4)
Features
- added async and sync, docs (e99d978)
- added authenticated router, moved to using ab-express library (3b155c2)
- adding logged admin (3a3b942)
- initialize admin bro the nest way (0d6e9ff)
v1.0.0-beta.6
Features
- added async and sync, docs (e99d978)