Releases: vivocha/arrest
Releases · vivocha/arrest
v9.3.2
9.3.2 (2020-10-21)
Bug Fixes
v9.3.1
9.3.1 (2020-10-21)
Bug Fixes
- add data filtering for arrays (7d8de1a)
v9.3.0
9.3.0 (2020-10-21)
Features
- add flag to filterData, not only fields (5acb38e)
v9.2.1
9.2.1 (2020-10-15)
Bug Fixes
- correct _id filtering using &fields= when it's the primary index for a collection (0ebae3f)
v9.2.0
9.2.0 (2020-09-09)
Features
v9.1.2
9.1.2 (2020-09-02)
Bug Fixes
- dependencies: use the latest version of mongodb types (234ee62)
- mongo: use generics in mongo operations options (6ba3965)
v9.1.1
9.1.1 (2020-08-06)
Bug Fixes
- add more constrained MongoRoutes type (97c19e0)
v9.1.0
9.1.0 (2020-08-04)
Features
- add support for JSON Patch and add dedicated mongo operation (ef7d992)
v9.0.1
9.0.1 (2020-08-03)
Bug Fixes
- handle objectIds and dates coming from mongo (1d93593)
v9.0.0
9.0.0 (2020-08-03)
Features
- add support for @casl/ability in security validation (dde488d)
BREAKING CHANGES
- API.securityValidator renamed to API.initSecurity. The old method is still present
but will warn it's deprecated.