Skip to content

Releases: vivocha/arrest

v4.0.0

05 Apr 16:38

Choose a tag to compare

<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)

v3.2.3

31 Mar 14:47

Choose a tag to compare

<a name"3.2.3">

3.2.3 (2017-03-31)

Bug Fixes

  • swagger: Exported all swagger types (4666a6e1)

v3.2.2

31 Mar 10:40

Choose a tag to compare

<a name"3.2.2">

3.2.2 (2017-03-31)

Bug Fixes

  • swagger: Fixed a wrong definition in the FullSchema interface (43a96f19)

v3.2.1

30 Mar 14:48

Choose a tag to compare

<a name"3.2.1">

3.2.1 (2017-03-30)

Bug Fixes

  • swagger: removed id property from swagger and updated the tests (e2bc2654)

v3.2.0

29 Mar 17:56

Choose a tag to compare

<a name"3.2.0">

3.2.0 (2017-03-29)

Features

  • MongoResource: Now accepting a Promise in the constructor (afffd3a3)

v3.1.1

24 Mar 15:58

Choose a tag to compare

<a name"3.1.1">

3.1.1 (2017-03-24)

Bug Fixes

  • scopes: Added filter method (ce97477f)

v3.1.0

22 Mar 16:17

Choose a tag to compare

<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)