Skip to content

Releases: chirgjin/adminjs-adonis

v1.2.0

21 Feb 11:26
1c758ed
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

10 Jan 17:08
8ba2a3a
Compare
Choose a tag to compare

1.1.1 (2023-01-10)

  • fix: disable source maps (87004e2)
  • fix: path to file input (661f761)
  • refactor: rename AppProvider to AdminProvider (64f951a)

v1.1.0

10 Jan 16:53
3f43c07
Compare
Choose a tag to compare

What's Changed

  • Feature: Add support for hooks
  • Feature: Add support for 'file' type in Property & Resource
  • Feature: Add support for custom serialize methods
  • Fix: Make primary key optional during validation
  • Docs: Add example usage & configuration docs

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

26 Dec 18:53
475b06b
Compare
Choose a tag to compare
  • fix: add templates to build (44bbe85)

v1.0.0

26 Dec 18:52
3353218
Compare
Choose a tag to compare

1.0.0 (2022-12-26)

  • feat: add type for decorator options (1e2ff7f)
  • feat: config template (ced1035)
  • feat: database adapter for AdminJS (7bbabd0)
  • feat: decorator for defining admin column options (0eb0845)
  • feat: helper to apply default values to options (b4b6904)
  • feat: helpers for handling enums (b247d49)
  • feat: initial setup (e5424e9)
  • feat: property class (df1f984)
  • feat: resource class for adminjs (a3a0821)
  • feat: resource class to be used directly without inject (db1c1eb)
  • feat: router plugin for adminJs (6cd04a0)
  • feat: type for Router class (63019cc)
  • feat: type for router config (c1912b6)
  • feat: types for adapter (87b8eaf)
  • refactor: change private properties to protected (4d87c06)
  • refactor: rename resource to base resource (3177b7c)
  • refactor: turn router into class (f61b421)
  • test: admin column decorator (423889d)
  • test: database adapter (f999c0c)
  • test: getAdminColumnOptions helper (0450c4e)
  • test: property class (bbdc05b)
  • test: unit tests for Resource class (cf5f785)
  • test(feat): unit tests for router helpers (23f8b37)
  • test(refactor): adjust tests for class instead of functions (5290880)
  • fix: consider auto create when computing optional (85b0cd1)
  • chore: install sinon (00e5fae)
  • Initial commit (89a7c81)