arrest

Swagger REST framework for Node.js, with support for MongoDB and JSON-Schema

MIT License

Downloads
1.5K
Stars
17
Committers
8

Bot releases are hidden (Show)

arrest - v13.2.4 Latest Release

Published by alovicu almost 2 years ago

13.2.4 (2022-12-22)

Bug Fixes

  • handle default values for missing parameters (9c6fbac)
arrest - v13.2.3

Published by alovicu almost 2 years ago

13.2.3 (2022-12-09)

Bug Fixes

  • exclude null values when checking ability (d8a0683)
arrest - v13.2.2

Published by alovicu about 2 years ago

13.2.2 (2022-10-05)

Bug Fixes

  • handle null values in csv export (e1fb8d5)
arrest - v13.2.1

Published by alovicu about 2 years ago

13.2.1 (2022-09-13)

Bug Fixes

  • extract nested props in arrays as x.0.y (b5907d8)
arrest - v10.3.0

Published by alovicu about 2 years ago

10.3.0 (2022-07-22)

Bug Fixes

  • handle falsy values in csv export (d3d967b)
  • handle falsy values in csv export (5eba2f0)

Features

  • add resource param to enforce query limit (2f9d9d8)
  • add support for out and not in rql (f447ceb)
arrest - v13.2.0

Published by alovicu about 2 years ago

13.2.0 (2022-07-21)

Features

  • add resource param to enforce query limit (07c3263)
arrest - v13.1.0

Published by alovicu about 2 years ago

13.1.0 (2022-07-21)

Features

  • add support for out and not in rql (73e88a7)
arrest - v13.0.2

Published by alovicu over 2 years ago

13.0.2 (2022-07-05)

Bug Fixes

  • handle falsy values in csv export (8f57f07)
  • handle falsy values in csv export (1fedfaa)
arrest - v13.0.1

Published by alovicu over 2 years ago

13.0.1 (2022-06-09)

Bug Fixes

  • use exports instead of main in package.json (60fae9b)
arrest - v13.0.0

Published by alovicu over 2 years ago

13.0.0 (2022-06-08)

Features

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

BREAKING CHANGES

  • ESM support is required
arrest - v12.1.1

Published by alovicu over 2 years ago

12.1.1 (2022-04-26)

Bug Fixes

arrest - v12.1.0

Published by alovicu over 2 years ago

12.1.0 (2022-04-08)

Features

  • add an api property to the resource (9f707a0)
arrest - v12.0.1

Published by alovicu over 2 years ago

12.0.1 (2022-03-31)

Bug Fixes

arrest - v12.0.0

Published by alovicu over 2 years ago

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
arrest - v11.0.0

Published by alovicu over 2 years ago

11.0.0 (2022-03-02)

Features

  • porting to mongodb driver 4.4 (eff9647)

BREAKING CHANGES

  • minimum node version is 16.14.0
arrest - v10.2.2

Published by alovicu over 2 years ago

10.2.2 (2022-03-02)

Bug Fixes

  • get jsonpolice types from openapi-police (852e25a)
arrest - v10.2.1

Published by alovicu over 2 years ago

10.2.1 (2022-02-08)

Bug Fixes

  • use projection instead of fields in query opts (9ac4d55)
arrest - v10.2.0

Published by alovicu over 2 years ago

10.2.0 (2022-01-31)

Features

  • add options to specify date and time formats when exporting in csv (4b6be16)
arrest - v10.1.5

Published by alovicu almost 3 years ago

10.1.5 (2021-11-26)

Bug Fixes

  • avoid calling count() when neither limit nor skip are set (13e090d)
arrest - v10.1.4

Published by alovicu almost 3 years ago

10.1.4 (2021-11-25)

Bug Fixes

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