Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

60 lines (32 loc) · 1.89 KB

1.3.0-next.3 (2021-11-15)

Bug Fixes

  • CI: merge request, release workflows into one CI/CD workflow (6e49dba)

1.3.0-next.2 (2021-09-12)

Bug Fixes

1.3.0-next.1 (2021-09-12)

Features

  • fossabot: add license scan report and status (7d2d607)

1.2.0 (2021-09-12)

Features

  • add new Github Action based CI/CD pipelines (aa7d00c)

v1.1.0

  • Feat: add context to options and pass into InvocationContext

v1.0.0

  • Fix: remove sources folder from ci file

v1.0.0

  • Deps: update packages
  • Clean: remove sources folder
  • Feat: add model mapper method for create, update operations
  • Feat: add unit-tests for create, find, edit, delete
  • Docs: add shields to README

v0.5.0

  • Deps: update packages

v0.4.0

  • Feat: enable unit testing with ts-node
  • Fix: change name FilterCrudRepository to FilterRepository
  • Deps: update packages

v0.3.0

  • Fix: change FilterContext to InvocationContext using repository context
  • Feat: add CI file

v0.1.0 - Initial release