Skip to content

Releases: SoftwareBrothers/adminjs-nestjs

v4.0.0

21 Jan 11:49
Compare
Choose a tag to compare

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

06 Nov 09:49
Compare
Choose a tag to compare

3.0.1 (2021-11-06)

Bug Fixes

v3.0.0

28 Jul 11:45
c7956e8
Compare
Choose a tag to compare

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

18 Jun 16:59
Compare
Choose a tag to compare

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.
  1. 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
  1. Update your custom CSS classes:
  • .admin-bro_<component name> -> .adminjs_<component name> (example: .adminjs_Box)
  1. Search your project for admin-bro occurrences - most likely they will have to be updated to adminjs

v1.1.0

12 Mar 15:57
Compare
Choose a tag to compare

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

14 Jan 10:41
Compare
Choose a tag to compare
v1.1.0-beta.3 Pre-release
Pre-release

1.1.0-beta.3 (2021-01-14)

Bug Fixes

  • slash route fix, better express reorder, option to not init admin (8cc5725)

v1.1.0-beta.2

13 Jan 09:43
Compare
Choose a tag to compare
v1.1.0-beta.2 Pre-release
Pre-release

1.1.0-beta.2 (2021-01-13)

Bug Fixes

  • fixed custom loader for factory providers, added doc (62c7184)

v1.1.0-beta.1

11 Jan 14:27
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

1.1.0-beta.1 (2021-01-11)

Bug Fixes

  • fixed issue with #7 when there is no cors middleware (202c2c8)

Features

v1.0.0

08 Sep 09:50
Compare
Choose a tag to compare

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

02 Sep 19:02
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

1.0.0-beta.6 (2020-09-02)

Features

  • added async and sync, docs (e99d978)