Skip to content

Releases: lsphillips/run-time-error

v1.4.1

26 May 17:56

Choose a tag to compare

The package repository has moved and it's now reflected in the package metadata; this version contains no functionality changes.

v1.4.0

16 May 21:45

Choose a tag to compare

Added

  • Introduced ESM and UMD versions of this module, each with an ES5 version for browser environments.

Changed

  • Removed unnecessary files from the package making it more lightweight.
  • Moved to named exports, so importing this should now look like this:
    import { RuntimeError } from 'run-time-error';
    // instead of
    import RuntimeError from 'run-time-error';

v1.3.0

09 May 10:33

Choose a tag to compare

Changed

  • Support for Node.js version 10.x.x has been dropped.

v1.2.0

14 Dec 09:30

Choose a tag to compare

Added

  • Introduced documentation to the Typescript type definitions.

v1.1.0

29 Dec 17:41

Choose a tag to compare

A code quality release; no functionality changes.

v1.0.1

27 Dec 22:40

Choose a tag to compare

Changed

  • Updated the TypeScript type definitions to adhere to ECMAScript 6.

v1.0.0

16 May 15:27

Choose a tag to compare

The initial public release.