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

v2.0.0

Choose a tag to compare

@eliias eliias released this 03 Oct 14:12

<a name"2.0.0">

2.0.0 (2015-10-03)

Bug Fixes

  • remove code parameter in subclass constructor definition (bbec1ff4)
  • use OS specific linefeed (f5814c6b)
  • do not add code and type (fe4fbb5c)

Features

  • add error codes (types) (a5bafed1)
  • add toString method for errors (cb4a8a20)
  • errors are now subclasses of Error (1218c68a)

Breaking Changes

  • will break any usage with code and type in error
    initialization.

    (fe4fbb5c)

  • this requires an update to all errors created by helper
    functions.

    (1218c68a)