Skip to content

Releases: vivocha/arrest

v9.3.2

21 Oct 16:36
Compare
Choose a tag to compare

9.3.2 (2020-10-21)

Bug Fixes

v9.3.1

21 Oct 14:02
Compare
Choose a tag to compare

9.3.1 (2020-10-21)

Bug Fixes

  • add data filtering for arrays (7d8de1a)

v9.3.0

21 Oct 13:29
Compare
Choose a tag to compare

9.3.0 (2020-10-21)

Features

  • add flag to filterData, not only fields (5acb38e)

v9.2.1

15 Oct 09:37
Compare
Choose a tag to compare

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

09 Sep 13:35
Compare
Choose a tag to compare

9.2.0 (2020-09-09)

Features

v9.1.2

02 Sep 08:59
Compare
Choose a tag to compare

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

06 Aug 07:50
Compare
Choose a tag to compare

9.1.1 (2020-08-06)

Bug Fixes

  • add more constrained MongoRoutes type (97c19e0)

v9.1.0

04 Aug 12:50
Compare
Choose a tag to compare

9.1.0 (2020-08-04)

Features

  • add support for JSON Patch and add dedicated mongo operation (ef7d992)

v9.0.1

03 Aug 09:24
Compare
Choose a tag to compare

9.0.1 (2020-08-03)

Bug Fixes

  • handle objectIds and dates coming from mongo (1d93593)

v9.0.0

03 Aug 08:26
Compare
Choose a tag to compare

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.