Releases: SoftwareBrothers/adminjs-expressjs
Releases · SoftwareBrothers/adminjs-expressjs
v3.0.1
3.0.1 (2020-09-28)
Bug Fixes
- error with redirect where root path is /fixes #24 (cc3d5fc)
v3.0.0
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
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.2
Bug Fixes
- bring back old admin-bro package (ad57957)
v3.0.0-beta.1
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
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
2.1.0 (2020-06-12)
Bug Fixes
Features
- add semantic release (13ddc94)
- Redirect to previously visited page (79709a8)
v2.0.5
Changed
- switch travis to github actions
Added
- error message when body-parser has been used