Releases: js-entity-repos/express
Releases · js-entity-repos/express
v3.0.0
3.0.0 (2018-03-16)
Features
BREAKING CHANGES
errorCatcher
removed from FactoryConfig
in favour of handleTransaction
.
v2.1.0
2.1.0 (2018-03-12)
Bug Fixes
- Adds constructFilter to FactoryConfig. (136f500)
Features
- Adds constructFilter to config. (#3) (5a22638)
v2.0.1
2.0.1 (2018-03-12)
Bug Fixes
- getEntities: Fixes issue with invalid limit. (a2e69dc)
v2.0.0
2.0.0 (2018-03-12)
Features
BREAKING CHANGES
- Uses
x-entities-next-cursor
and x-entities-previous-cursor
headers for getEntities
instead of the response body.
v1.1.0
1.1.0 (2018-03-12)
Features
- Adds error catcher and makes filter and sort optional. (52fd562)
v1.0.0
1.0.0 (2018-03-09)
Features