normalize-exception

Normalize exceptions/errors

MIT License

Downloads
64.9K
Stars
8
Committers
2
normalize-exception - v4.0.0 Latest Release

Published by ehmicky 12 months ago

Breaking changes

  • Minimal supported Node.js version is now 18.18.0
normalize-exception - v3.0.0

Published by ehmicky over 1 year ago

Breaking changes

  • Minimal supported Node.js version is now 16.17.0
normalize-exception - Release 2.11.0

Published by ehmicky almost 2 years ago

Features

  • Improve tree-shaking support
normalize-exception - Release 2.10.0

Published by ehmicky almost 2 years ago

Features

  • Add browser support
normalize-exception - Release 2.9.0

Published by ehmicky about 2 years ago

Features

  • Normalize invalid errors property even when it is inherited
normalize-exception - Release 2.8.1

Published by ehmicky about 2 years ago

Bug fixes

  • Fix package.json
normalize-exception - Release 2.8.0

Published by ehmicky about 2 years ago

  • Switch to MIT license
normalize-exception - Release 2.7.0

Published by ehmicky about 2 years ago

Features

normalize-exception - Release 2.6.0

Published by ehmicky about 2 years ago

Features

  • Ensure error.stack is always a string
normalize-exception - Release 2.5.2

Published by ehmicky about 2 years ago

Bug fixes

  • Improve missing error.stack support in SpiderMonkey
normalize-exception - Release 2.5.1

Published by ehmicky about 2 years ago

Bug fixes

  • Fix generation of error.stack when missing
normalize-exception - Release 2.5.0

Published by ehmicky about 2 years ago

Features

  • Improve generation of error.stack when missing
normalize-exception - Release 2.4.0

Published by ehmicky about 2 years ago

Features

  • Improve error.name normalization
normalize-exception - Release 2.3.2

Published by ehmicky about 2 years ago

Bug fixes

  • Fix TypeScript types
normalize-exception - Release 2.3.1

Published by ehmicky about 2 years ago

Bug fixes

  • Fix TypeScript types
normalize-exception - Release 2.3.0

Published by ehmicky about 2 years ago

Features

  • Improve TypeScript types
normalize-exception - Release 2.2.0

Published by ehmicky about 2 years ago

Features

  • Add shallow option to prevent recursing on error.cause and error.errors
normalize-exception - Release 2.1.0

Published by ehmicky about 2 years ago

Features

  • Improve error.stack generation when it's missing
normalize-exception - Release 2.0.0

Published by ehmicky about 2 years ago

Breaking changes

  • Ensure error.stack normalization works in any browser
normalize-exception - Release 1.9.0

Published by ehmicky about 2 years ago

Features

  • Ensure error.constructor is the correct one