Skip to content

Releases: SoftwareBrothers/adminjs-sequelizejs

v2.1.0

17 Dec 13:28
Compare
Choose a tag to compare

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
Choose a tag to compare

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

  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.3.0-beta.5

07 May 08:45
Compare
Choose a tag to compare
v1.3.0-beta.5 Pre-release
Pre-release

1.3.0-beta.5 (2021-05-07)

Bug Fixes

  • use LIKE instead of ILIKE (020cebd)

v1.3.0-beta.4

03 Apr 11:09
Compare
Choose a tag to compare
v1.3.0-beta.4 Pre-release
Pre-release

1.3.0-beta.4 (2021-04-03)

Bug Fixes

v1.3.0-beta.3

03 Apr 10:41
Compare
Choose a tag to compare
v1.3.0-beta.3 Pre-release
Pre-release

1.3.0-beta.3 (2021-04-03)

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
Choose a tag to compare
v1.3.0-beta.2 Pre-release
Pre-release

1.3.0-beta.2 (2021-04-03)

Features

  • do not include tests in build (ca3733e)

v1.3.0-beta.1

03 Apr 09:10
Compare
Choose a tag to compare
v1.3.0-beta.1 Pre-release
Pre-release

1.3.0-beta.1 (2021-04-03)

Bug Fixes

Features

  • migrated index.js to index.ts to allow proper imports (2475d59)

v1.2.1

28 Jan 09:50
Compare
Choose a tag to compare

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
Choose a tag to compare

1.2.0 (2021-01-26)

Features

  • allow to pass an array to filter (4112d7f)

v1.1.2

22 Dec 14:21
Compare
Choose a tag to compare

1.1.2 (2020-12-22)

Bug Fixes

  • filter convertion for string property (3791bff)