Skip to content

v1.4.0

Choose a tag to compare

@lsphillips lsphillips released this 16 May 21:45
· 290 commits to master since this release

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';