Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 6.25 KB

CHANGELOG.md

File metadata and controls

83 lines (63 loc) · 6.25 KB

1.2.0 (2023-02-21)

  • refact: add type as string for enum (e649573)
  • 📖 update documentation (7d98651)
  • docs: changelog for v1.1.1 (8ba2a3a)

1.1.1 (2023-01-10)

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

1.1.0 (2023-01-10)

  • fix: make primary key optional during validation (baccbc0)
  • fix: use Set instead of array to avoid duplicate models (8fc0420)
  • docs: add comments & explanations to config (a337f70)
  • docs: add example for model hooks (19e6a17)
  • docs: documentation for adminjs-adonis (b6a729d)
  • docs: update changelog (475b06b)
  • docs(fix): changelog (f376e72)
  • style: add empty line at EOF (6224d41)
  • test(fix): helpers.getAdminColumnOptions (62c90b1)
  • test(fix): update test cases (1c3fd0e)
  • feat: add support for custom serialization (f73da62)
  • feat: add support for file attachments in resource (5d9d097)
  • feat: add support for file in property (9d0f3af)
  • feat: add support for file values in record (491dcf8)
  • feat: add support for serialize in admin options (1f64b70)
  • feat: create loader for custom components (5e1faec)
  • feat: execute hooks & serialization in base resource (8814ce9)
  • feat: file input component (e0e1a41)
  • feat: hook decorators (692232e)
  • feat: list url component (7441518)
  • feat: show url component (593e6c1)
  • feat: typings for admin hooks (fc1e0f2)
  • chore: copy jsx templates during build (99e2d59)

1.0.1 (2022-12-26)

  • fix: add templates to build (44bbe85)

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)