Skip to content

Latest commit

 

History

History
145 lines (94 loc) · 5.92 KB

CHANGELOG.md

File metadata and controls

145 lines (94 loc) · 5.92 KB

1.7.2-next.1 (2021-11-15)

Bug Fixes

  • CI: merge request, release workflows into one CI/CD workflow (4e77c32)

1.7.1 (2021-11-05)

Bug Fixes

  • change README, clean project (e94f55d)

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

Bug Fixes

  • change README, clean project (e94f55d)

1.7.0 (2021-09-12)

Bug Fixes

Features

v1.6.0

  • feat: support object types in nested create, update

v1.5.0

  • feat: support multiple authentication strategy
  • deps: update packages

v1.4.0

  • Fix: update nested hasMany relation fix null id update all bug

v1.3.0

  • Feat: add hasMany update nested

v1.2.0

  • 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

v1.1.0

  • Feat: add CRUD model-api-builder
  • Feat: add create nested
  • Feat: add update nested
  • Clean: remove relations in controllers
  • Deps: update packages

v1.0.1

  • Fix: remove sources folder from ci file

v1.0.0

  • 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

v0.11.0

  • Feat: add getAccess method for getting nested authorization metadata
  • Feat: add INTERCEPTOR_ORDERED_GROUPS binding
  • Feat: add authentication metadata

v0.10.0

  • 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

v0.9.0

  • Fix: swagger component bind app
  • Deps: update packages

v0.8.1

  • Feat: add Filter instead of Where for Update, Delete, for cascade support
  • Feat: add unit tests for utils.ts
  • Fix: change crud option to history
  • Fix: check nested models in validate interceptor
  • Deps: update packages

v0.6.0

  • 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

v0.5.0

  • Deps: update packages
  • Refactor: remove history, authorization packages
  • Feat: add exist, validate,limit interceptors
  • Feat: add TargetsManyController, TargetsOneController

v0.3.0

  • Deps: update history, authorization packages

v0.2.0

  • Docs: update KPS
  • Fix: controller mixin, remove put response

v0.1.0 - Initial release