iso-error

An Isomorphic Error Library

Downloads
5.8K
Stars
3
Committers
6

Bot releases are hidden (Show)

iso-error - [email protected]

Published by unional almost 2 years ago

Patch Changes

  • 936d275: Fix CJS usage by adding cjs/package.json
  • Updated dependencies [936d275]
iso-error - [email protected]

Published by unional about 2 years ago

Minor Changes

  • 19ecd12: Add ModuleError.Options which is an alias of IsoError.Options.

    IsoError.Options is used on every error you create so adding this alias so that you don't have to import both types.

iso-error - [email protected]

Published by unional about 2 years ago

Patch Changes

  • 809b7c3: fix: add @types to error details
  • 59b3b72: fix: allow additional properties for CauseInfo.Causes
  • Updated dependencies [19ecd12]
iso-error - [email protected]

Published by unional about 2 years ago

Patch Changes

iso-error - [email protected]

Published by unional about 2 years ago

Patch Changes

iso-error - [email protected]

Published by unional about 2 years ago

Patch Changes

  • f2e1629: fix: relax fromSerializable() type

    The IsoError.Serializable is too restrictive.
    Plugin may support a different serialization that remedy any restriction from Serializable.

    So the type does not bring much values.

iso-error - [email protected]

Published by unional about 2 years ago

Patch Changes

iso-error - [email protected]

Published by unional about 2 years ago

Patch Changes

iso-error - [email protected]

Published by unional about 2 years ago

Patch Changes

iso-error - v3.1.2

Published by unional almost 5 years ago

3.1.2 (2019-12-28)

Bug Fixes

iso-error - v3.1.1

Published by unional about 5 years ago

3.1.1 (2019-09-13)

Bug Fixes

  • toSerializable() will not return undefined (0126310)
iso-error - v3.1.0

Published by unional about 5 years ago

3.1.0 (2019-09-13)

Features

  • add toSerializable and fromSerializable (#14) (2af97ed)
iso-error - v3.0.1

Published by unional about 5 years ago

3.0.1 (2019-09-12)

Bug Fixes

iso-error - v3.0.0

Published by unional about 5 years ago

3.0.0 (2019-09-12)

Bug Fixes

  • change plugin signature (c46c6ac)

BREAKING CHANGES

  • IsoErrorPlugin signature changed.

Now it makes the ssytem easier to perform check on the result.

Also exposed toSerializableError() function

iso-error - v2.4.0

Published by unional about 5 years ago

2.4.0 (2019-09-11)

Features

iso-error - v2.3.0

Published by unional about 5 years ago

2.3.0 (2019-08-12)

Features

iso-error - v2.2.0

Published by unional over 5 years ago

2.2.0 (2019-07-15)

Features

  • IsoError.trace() prints module name. (#6) (11c805d)
iso-error - v2.1.5

Published by unional over 5 years ago

2.1.5 (2019-07-15)

Bug Fixes

  • improve doc and slight optimization (#5) (f4d12d8)
iso-error - v2.1.4

Published by unional over 5 years ago

2.1.4 (2019-06-22)

Bug Fixes

iso-error - v2.1.3

Published by unional over 5 years ago

2.1.3 (2019-06-22)

Bug Fixes

  • remove the extra trace() method in causes (e6612e8)