Skip to content

Releases: SoftwareBrothers/adminjs-expressjs

v3.0.1

28 Sep 08:04
Compare
Choose a tag to compare

3.0.1 (2020-09-28)

Bug Fixes

  • error with redirect where root path is /fixes #24 (cc3d5fc)

v3.0.0

22 Aug 13:05
Compare
Choose a tag to compare

3.0.0 (2020-08-22)

Bug Fixes

Code Refactoring

  • rename package to @admin-bro/express (695beef)

BREAKING CHANGES

  • now you should use @admin-bro/express

v3.0.0-beta.4

22 Aug 12:59
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

3.0.0-beta.4 (2020-08-22)

Bug Fixes

  • Fix for custom API actions - redirect to dashboard (af5a308)
  • If the redirection is caused by API call to some action just redirect to resource (9fb8b97)

v3.0.0-beta.3

04 Aug 17:52
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

3.0.0-beta.3 (2020-08-04)

Bug Fixes

v3.0.0-beta.2

04 Aug 17:31
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2020-08-04)

Bug Fixes

  • bring back old admin-bro package (ad57957)

v3.0.0-beta.1

27 Jul 13:46
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2020-07-27)

Bug Fixes

Code Refactoring

  • rename package to @admin-bro/express (695beef)

Features

  • add semantic release (13ddc94)
  • Redirect to previously visited page (79709a8)

BREAKING CHANGES

  • now you should use @admin-bro/express

v2.1.1

23 Jun 20:29
Compare
Choose a tag to compare

2.1.1 (2020-06-23)

Bug Fixes

  • Fix for custom API actions - redirect to dashboard (af5a308)
  • If the redirection is caused by API call to some action just redirect to resource (9fb8b97)

v2.1.0

12 Jun 20:34
Compare
Choose a tag to compare

2.1.0 (2020-06-12)

Bug Fixes

Features

  • add semantic release (13ddc94)
  • Redirect to previously visited page (79709a8)

v2.0.5

29 Apr 20:04
Compare
Choose a tag to compare

Changed

  • switch travis to github actions

Added

  • error message when body-parser has been used