Skip to content

Releases: vivocha/arrest

v5.1.0

28 Apr 16:34
Compare
Choose a tag to compare

<a name"5.1.0">

5.1.0 (2017-04-28)

Features

  • deps: Updated to latest jsonpolice to support the DynamicSchema class (c3941b03)

v5.0.0

28 Apr 15:52
Compare
Choose a tag to compare

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

v4.0.2

20 Apr 10:04
Compare
Choose a tag to compare

<a name"4.0.2">

4.0.2 (2017-04-20)

Bug Fixes

  • API: Fixed the basePath (and related tests) (9efeb7f9)

v4.0.1

06 Apr 07:40
Compare
Choose a tag to compare

<a name"4.0.1">

4.0.1 (2017-04-06)

Bug Fixes

  • arrest: Added missing export of the Scopes class (67a98bf7)

v4.0.0

05 Apr 16:38
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

<a name"3.1.1">

3.1.1 (2017-03-24)

Bug Fixes

  • scopes: Added filter method (ce97477f)