1.7.2-next.1 (2021-11-15)
- CI: merge request, release workflows into one CI/CD workflow (4e77c32)
1.7.1 (2021-11-05)
- change README, clean project (e94f55d)
1.7.1-next.1 (2021-09-12)
- change README, clean project (e94f55d)
1.7.0 (2021-09-12)
- add checkout step (5bb6c46)
- add checkout step to version workflow (028b21e)
- ci add coreutils tar error cache (11022fc)
- ci add needs dependency (10867fa)
- ci add tar (154fe77)
- ci cache key (8b71ed0)
- ci prefix (b1ee9f0)
- enable cache (2f795bb)
- semantic problem in .releaserc.yml (e5ed255)
- syntax error in ci file (89ac297)
- workflow file (c585edc)
- add cache for actions (44ea04a)
- add github actions (eb96c49)
- add gitpod (8783106)
- add new CI/CD files (fba5c61)
- add release workflow (9d00a19)
- add semantic-release (e576273)
- add vscode theme to gitpod (02b9c2f)
- feat: support
object types
in nested create, update
- feat: support
multiple
authenticationstrategy
- deps:
update
packages
- Fix: update nested hasMany relation fix
null id update all
bug
- Feat: add
hasMany
update nested
- Feat: get hasOne, hasMany
TargetRepository
from relation - Fix: add
context
to nestedUpdate method - Fix: check
target
repository is not undefined - Fix: add
includeRelations
to update apis - Deps: update
packages
- Feat: add CRUD
model-api-builder
- Feat: add
create nested
- Feat: add
update nested
- Clean: remove
relations
in controllers - Deps: update packages
- Fix: remove sources folder from ci file
- Deps: update packages
- Clean: remove
sources
folder - Clean: remove
model-mapper
method - Feat: use
buildWhereForId
in utils and limit interceptor - Fix: disable filter for empty object (
mongo
error:and
with empty array) - Docs: add shields to
README
- Feat: add
getAccess
method for getting nested authorization metadata - Feat: add
INTERCEPTOR_ORDERED_GROUPS
binding - Feat: add authentication
metadata
- Refactor: remove servers, providers, change project for signle goal reponsibility (CRUD controller)
- Feat: merge interceptors into
exist
,limit
global interceptors - Feat: add crud decorator for controller methods
- Fix: swagger component bind
app
- Deps: update packages
- Feat: add
Filter
instead ofWhere
forUpdate
,Delete
, for cascade support - Feat: add unit tests for
utils.ts
- Fix: change
crud
option tohistory
- Fix: check nested models in
validate
interceptor - Deps: update packages
- Feat: add CI file
- Feat: add
excludeProperties
to model settings - Fix: filter generator, fix bugs
- Fix: add http
X-Total
header for count - Fix: change
interceptors
order
- Deps: update packages
- Refactor: remove
history
,authorization
packages - Feat: add
exist
,validate
,limit
interceptors - Feat: add
TargetsManyController
,TargetsOneController
- Deps: update
history
,authorization
packages
- Docs: update KPS
- Fix: controller mixin, remove
put
response