Skip to content

Releases: vivocha/arrest

v5.2.0

Choose a tag to compare

@0xfede 0xfede released this 09 May 08:28

<a name"5.2.0">

5.2.0 (2017-05-09)

Features

  • debug: Exposed the internal Logger interface and its factory function (16667173)

v5.1.0

Choose a tag to compare

@0xfede 0xfede released this 28 Apr 16:34

<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

Choose a tag to compare

@0xfede 0xfede released this 28 Apr 15:52

<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

Choose a tag to compare

@0xfede 0xfede released this 20 Apr 10:04

<a name"4.0.2">

4.0.2 (2017-04-20)

Bug Fixes

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

v4.0.1

Choose a tag to compare

@0xfede 0xfede released this 06 Apr 07:40

<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

Choose a tag to compare

@0xfede 0xfede released this 05 Apr 16:38

<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

Choose a tag to compare

@0xfede 0xfede released this 31 Mar 14:47

<a name"3.2.3">

3.2.3 (2017-03-31)

Bug Fixes

  • swagger: Exported all swagger types (4666a6e1)

v3.2.2

Choose a tag to compare

@0xfede 0xfede released this 31 Mar 10:40

<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

Choose a tag to compare

@0xfede 0xfede released this 30 Mar 14:48

<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

Choose a tag to compare

@0xfede 0xfede released this 29 Mar 17:56

<a name"3.2.0">

3.2.0 (2017-03-29)

Features

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