Releases: SoftwareBrothers/adminjs-sequelizejs
Releases · SoftwareBrothers/adminjs-sequelizejs
v2.1.0
17 Dec 13:28
Compare
Sorry, something went wrong.
No results found
2.1.0 (2021-12-17)
Bug Fixes
Features
do not include tests in build (49a2c27 )
do not include tests in build (ca3733e )
migrated index.js to index.ts to allow proper imports (2475d59 )
v2.0.0
18 Jun 16:19
Compare
Sorry, something went wrong.
No results found
2.0.0 (2021-06-18)
chore
rebrand AdminBro to AdminJS (6421a9b )
BREAKING CHANGES
AdminBro has been rebranded to AdminJS. All package and repository names had been updated.
Migration Guide
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.3.0-beta.5
07 May 08:45
Compare
Sorry, something went wrong.
No results found
Bug Fixes
use LIKE instead of ILIKE (020cebd )
v1.3.0-beta.4
03 Apr 11:09
Compare
Sorry, something went wrong.
No results found
v1.3.0-beta.3
03 Apr 10:41
Compare
Sorry, something went wrong.
No results found
Bug Fixes
individual exported database and resource (c22adae )
individual exported database and resource (345e086 )
Features
do not include tests in build (49a2c27 )
v1.3.0-beta.2
03 Apr 09:46
Compare
Sorry, something went wrong.
No results found
Features
do not include tests in build (ca3733e )
v1.3.0-beta.1
03 Apr 09:10
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Features
migrated index.js to index.ts to allow proper imports (2475d59 )
v1.2.1
28 Jan 09:50
Compare
Sorry, something went wrong.
No results found
1.2.1 (2021-01-28)
Bug Fixes
Fixed an issue where only first filter was applied (b7f02e0 )
v1.2.0
26 Jan 15:01
Compare
Sorry, something went wrong.
No results found
1.2.0 (2021-01-26)
Features
allow to pass an array to filter (4112d7f )
v1.1.2
22 Dec 14:21
Compare
Sorry, something went wrong.
No results found
1.1.2 (2020-12-22)
Bug Fixes
filter convertion for string property (3791bff )