Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@yeshamavani yeshamavani released this 03 Jan 08:10
· 27 commits to master since this release

2.0.0 (2023-01-03)

Bug Fixes

  • ci-cd: add commitlint and husky (#8) (c879812), closes #0 #0 #0 #0
  • ci-cd: change default branch to master (de4037c), closes #7
  • repository: exclude hidden properties in response body (3e254fd), closes #3

Features

  • repository: add support for relational query (#6) (c99bb59)

BREAKING CHANGES

  • repository: SequelizeRepository is renamed to SequelizeCrudRepository

  • test(repository): add test cases for relations

namely for fields, order and limit filter along with createAll,
updateAll, delete and relations such as @hasOne, @hasMany, @belongsTo
@hasMany through, @referencesMany and for INNER JOIN using required: true flag