aggregate-error

Create an error from multiple errors

MIT License

Downloads
113.1M
Stars
245
Committers
8

Bot releases are visible (Hide)

aggregate-error - Latest Release

Published by sindresorhus about 1 year ago

aggregate-error -

Published by sindresorhus over 2 years ago

  • Fix handling of errors with empty stack trace (#19) 74a869b

https://github.com/sindresorhus/aggregate-error/compare/v4.0.0...v4.0.1

aggregate-error -

Published by sindresorhus over 3 years ago

Breaking

  • Require Node.js 12 4f8546b
  • This package is now pure ESM. Please read this.
  • Move attached errors to an .errors property 02342f9

https://github.com/sindresorhus/aggregate-error/compare/v3.1.0...v4.0.0

aggregate-error -

Published by sindresorhus about 4 years ago

  • Support custom Error subclass in the TypeScript types (#13) 8ba26ec

https://github.com/sindresorhus/aggregate-error/compare/v3.0.1...v3.1.0

aggregate-error -

Published by sindresorhus about 5 years ago

  • Fix TypeScript definition for TypeScript 3.5 14b31db

https://github.com/sindresorhus/aggregate-error/compare/v3.0.0...v3.0.1

aggregate-error -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 8 de1b85b
  • TypeScript users only:
    • Refactor TypeScript definition to CommonJS compatible export (#9) fbf40b7
      • You need to change import aggregateError from 'aggregate-error'; to import aggregateError = require('aggregate-error');

https://github.com/sindresorhus/aggregate-error/compare/v2.2.0...v3.0.0

aggregate-error -

Published by sindresorhus over 5 years ago

aggregate-error -

Published by sindresorhus over 5 years ago

  • Gracefully handle Error instances without a stack property (#7) a0c122b

https://github.com/sindresorhus/aggregate-error/compare/v2.0.0...v2.1.0

aggregate-error -

Published by sindresorhus almost 6 years ago

Breaking:

  • Require Node.js 6 4135565
  • Accept an Array instead of an Iterable 35fff07

Other:

  • Support plain objects (#3) 156215d