Releases: lsphillips/run-time-error
Releases · lsphillips/run-time-error
v1.4.1
v1.4.0
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
Changed
- Support for Node.js version
10.x.x
has been dropped.
v1.2.0
Added
- Introduced documentation to the Typescript type definitions.
v1.1.0
A code quality release; no functionality changes.
v1.0.1
Changed
- Updated the TypeScript type definitions to adhere to ECMAScript 6.
v1.0.0
The initial public release.