Skip to content

Releases: sindresorhus/aggregate-error

v5.0.0

14 Sep 06:53
Compare
Choose a tag to compare

Breaking

v4.0.1...v5.0.0

v4.0.1

08 May 15:23
Compare
Choose a tag to compare
  • Fix handling of errors with empty stack trace (#19) 74a869b

v4.0.0...v4.0.1

v4.0.0

17 Apr 17:40
Compare
Choose a tag to compare

Breaking

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

v3.1.0...v4.0.0

v3.1.0

21 Aug 22:29
Compare
Choose a tag to compare
  • Support custom Error subclass in the TypeScript types (#13) 8ba26ec

v3.0.1...v3.1.0

v3.0.1

04 Oct 05:45
Compare
Choose a tag to compare
  • Fix TypeScript definition for TypeScript 3.5 14b31db

v3.0.0...v3.0.1

v3.0.0

01 Apr 09:37
Compare
Choose a tag to compare

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

v2.2.0...v3.0.0

v2.2.0

03 Mar 11:30
Compare
Choose a tag to compare

v2.1.0...v2.2.0

v2.1.0

28 Feb 16:58
Compare
Choose a tag to compare
  • Gracefully handle Error instances without a stack property (#7) a0c122b

v2.0.0...v2.1.0

v2.0.0

26 Dec 17:08
Compare
Choose a tag to compare

Breaking:

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

Other: