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 - v5.0.0

Published by 0xfede over 7 years ago

<a name"5.0.0">

5.0.0 (2017-04-28)

Features

  • arrest: Updated to latest version of jsonpolice to support asynchrounous schema validati (e529bc37)

Breaking Changes

  • Switched to async schema validation, changed the dynamic schema interface

(e529bc37)

arrest - v4.0.2

Published by 0xfede over 7 years ago

<a name"4.0.2">

4.0.2 (2017-04-20)

Bug Fixes

  • API: Fixed the basePath (and related tests) (9efeb7f9)
arrest - v4.0.1

Published by 0xfede over 7 years ago

<a name"4.0.1">

4.0.1 (2017-04-06)

Bug Fixes

  • arrest: Added missing export of the Scopes class (67a98bf7)
arrest - v4.0.0

Published by 0xfede over 7 years ago

<a name"4.0.0">

4.0.0 (2017-04-05)

Features

  • arrest:
    • Ported to await/async (c7453ac6)
    • Updated dependencies and now requiring nodejs 7.8 (a5161130)

Breaking Changes

  • Ported to await/async

(c7453ac6)

  • nodejs 7.8 required

(a5161130)

arrest - v3.2.3

Published by 0xfede over 7 years ago

<a name"3.2.3">

3.2.3 (2017-03-31)

Bug Fixes

  • swagger: Exported all swagger types (4666a6e1)
arrest - v3.2.2

Published by 0xfede over 7 years ago

<a name"3.2.2">

3.2.2 (2017-03-31)

Bug Fixes

  • swagger: Fixed a wrong definition in the FullSchema interface (43a96f19)
arrest - v3.2.1

Published by 0xfede over 7 years ago

<a name"3.2.1">

3.2.1 (2017-03-30)

Bug Fixes

  • swagger: removed id property from swagger and updated the tests (e2bc2654)
arrest - v3.2.0

Published by 0xfede over 7 years ago

<a name"3.2.0">

3.2.0 (2017-03-29)

Features

  • MongoResource: Now accepting a Promise in the constructor (afffd3a3)
arrest - v3.1.1

Published by 0xfede over 7 years ago

<a name"3.1.1">

3.1.1 (2017-03-24)

Bug Fixes

  • scopes: Added filter method (ce97477f)
arrest - v3.1.0

Published by 0xfede over 7 years ago

<a name"3.1.0">

3.1.0 (2017-03-22)

Bug Fixes

  • arrest: Plenty of fixes and more tests (ccebf6b3)
  • deps: Added missing dep: request (e2a734f2)
  • exports: Added missing exports (7e691e6c)

Features

  • Resource: Added proper camelcasing and decamelizing to paths and resource names (49d0778c)
  • arrest:
    • Release 3.0.0 (e6e6aea5)
    • Added default and options to the API constructor, more debug options (9d9c2f63)
    • Added native support for scope validation, added contextual debug logging and mo (77d14b68)
    • 100% coverage (ac7f4728)
  • module: Add missing export of the Operation class (9ca5621e)
  • package: Updated dependencies (812150d1)

Breaking Changes

  • new Swagger based API, total rewrite

(e6e6aea5)