Skip to content

Releases: vivocha/arrest

v12.0.0

29 Mar 15:23

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

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

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

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

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

Choose a tag to compare

10.1.5 (2021-11-26)

Bug Fixes

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

v10.1.4

25 Nov 10:59

Choose a tag to compare

10.1.4 (2021-11-25)

Bug Fixes

  • csv: crash when quoting numbers, add support for custom decimal separator (f968c81)

v10.1.3

25 Nov 09:27

Choose a tag to compare

10.1.3 (2021-11-25)

Bug Fixes

  • handle edge case in addConstranint (cf0088c)

v10.1.2

24 Nov 18:27

Choose a tag to compare

10.1.2 (2021-11-24)

Bug Fixes

  • use addConstraint in rql and handle repeated properties with an $and (a65184a)

v10.1.1

23 Nov 08:47

Choose a tag to compare

10.1.1 (2021-11-23)

Bug Fixes

  • remove maxLength from csv unwind param schema (99a51cd)