Skip to content

Releases: vivocha/arrest

v13.0.0

08 Jun 10:42
Compare
Choose a tag to compare

13.0.0 (2022-06-08)

Features

  • support ES modules, use c8 instead of nyc (dd1b497)

BREAKING CHANGES

  • ESM support is required

v12.1.1

26 Apr 14:50
Compare
Choose a tag to compare

12.1.1 (2022-04-26)

Bug Fixes

v12.1.0

08 Apr 14:17
Compare
Choose a tag to compare

12.1.0 (2022-04-08)

Features

  • add an api property to the resource (9f707a0)

v12.0.1

31 Mar 07:32
Compare
Choose a tag to compare

12.0.1 (2022-03-31)

Bug Fixes

v12.0.0

29 Mar 15:23
Compare
Choose a tag to compare

12.0.0 (2022-03-29)

Features

  • update to latest openapi-police (7ccbb54)

BREAKING CHANGES

  • json schema format clauses are now validated and validated and can produce errors in existing code

v11.0.0

02 Mar 14:08
Compare
Choose a tag to compare

11.0.0 (2022-03-02)

Features

  • porting to mongodb driver 4.4 (eff9647)

BREAKING CHANGES

  • minimum node version is 16.14.0

v10.2.2

02 Mar 08:49
Compare
Choose a tag to compare

10.2.2 (2022-03-02)

Bug Fixes

  • get jsonpolice types from openapi-police (852e25a)

v10.2.1

08 Feb 15:38
Compare
Choose a tag to compare

10.2.1 (2022-02-08)

Bug Fixes

  • use projection instead of fields in query opts (9ac4d55)

v10.2.0

31 Jan 09:58
Compare
Choose a tag to compare

10.2.0 (2022-01-31)

Features

  • add options to specify date and time formats when exporting in csv (4b6be16)

v10.1.5

26 Nov 07:38
Compare
Choose a tag to compare

10.1.5 (2021-11-26)

Bug Fixes

  • avoid calling count() when neither limit nor skip are set (13e090d)