This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
v2.0.0
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
BREAKING CHANGES
-
repository:
SequelizeRepository
is renamed toSequelizeCrudRepository
-
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