Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Releases: netiam/errors

v4.1.2

10 May 12:06
Compare
Choose a tag to compare

<a name"4.1.2">

4.1.2 (2017-05-10)

Bug Fixes

  • package: update es6-error to version 4.0.2 (3a6bac28)

v4.1.1

04 Jan 15:19
Compare
Choose a tag to compare

<a name"4.1.1">

4.1.1 (2017-01-04)

Bug Fixes

  • package: update es6-error to version 4.0.1 (2b589a8e)

v4.1.0

27 Feb 14:50
Compare
Choose a tag to compare

<a name"4.1.0">

4.1.0 (2016-02-27)

Features

  • export stack if NODE_ENV === 'development' (1d34b237)

v4.0.1

27 Feb 13:41
Compare
Choose a tag to compare

<a name"4.0.1">

4.0.1 (2016-02-27)

Bug Fixes

  • export types constant, ErrorType class and register method (5399bcb5)

v4.0.0

27 Feb 13:27
Compare
Choose a tag to compare

<a name"4.0.0">

4.0.0 (2016-02-27)

Features

  • new error class and error types (8064daf6)

Breaking Changes

  • Error types are registered by plugins instead of global
    errors. Use register to define your own types.

    (8064daf6)

v3.3.0

29 Jan 15:48
Compare
Choose a tag to compare

<a name"3.3.0">

3.3.0 (2016-01-29)

Features

  • add missing OAuth error codes (5591dc1c)

v3.2.1

29 Jan 15:39
Compare
Choose a tag to compare

<a name"3.2.1">

3.2.1 (2016-01-29)

Bug Fixes

  • add missing error property to method (540ffb83)

v3.2.0

29 Jan 15:34
Compare
Choose a tag to compare

<a name"3.2.0">

3.2.0 (2016-01-29)

Bug Fixes

  • typo in Codes.getError (e183f289)
  • use getError for OAuthError initialization (4d75692b)
  • use error property instead of type for OauthError#error (2957d996)

Features

  • add getError method for codes (61368b11)
  • add invalid_scope OAuthError code (3711cefd)
  • add error property for OAuth error codes (234d54e0)

v3.1.1

29 Jan 15:09
Compare
Choose a tag to compare

<a name"3.1.1">

3.1.1 (2016-01-29)

Bug Fixes

  • be fault-tolerant if code has no type (41fc4f72)

v3.1.0

29 Jan 15:01
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2016-01-29)

Bug Fixes

  • OAuthError must have error, error_description, error_uri, state properti (38ded9a1)

Features

  • add getType method for Codes (71b6310b)