1.3.0-next.3 (2021-11-15)
- CI: merge request, release workflows into one CI/CD workflow (6e49dba)
1.3.0-next.2 (2021-09-12)
- change README (f34cbf8)
1.3.0-next.1 (2021-09-12)
- fossabot: add license scan report and status (7d2d607)
1.2.0 (2021-09-12)
- add new Github Action based CI/CD pipelines (aa7d00c)
- Feat: add
context
to options and pass intoInvocationContext
- Fix: remove sources folder from ci file
- Deps: update packages
- Clean: remove
sources
folder - Feat: add
model mapper
method forcreate
,update
operations - Feat: add unit-tests for
create
,find
,edit
,delete
- Docs: add shields to
README
- Deps: update packages
- Feat: enable unit testing with
ts-node
- Fix: change name
FilterCrudRepository
toFilterRepository
- Deps: update packages
- Fix: change
FilterContext
toInvocationContext
using repository context - Feat: add CI file