- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Errlop now supports any input for itself and its parent, including objects with
message
,exitCode
,code
,level
, etc properties. Parents that are not anErrlop
orError
instance will become anErrlop
instance. isErrlop
and the newisError
static methods now conform to type predicates, this enables typed conditional filtering.- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Minimum required Node.js version changed from
node: >=6
tonode: >=4
adapting to ecosystem changes
- Updated dependencies, base files, and editions using boundation
- Minimum required Node.js version changed from
node: >=8
tonode: >=6
adapting to ecosystem changes
- Updated dependencies, base files, and editions using boundation
- Minimum required Node.js version changed from
node: >=4
tonode: >=8
adapting to ecosystem changes
- Updated dependencies, base files, and editions using boundation
- Updated license from
MIT
toArtistic-2.0
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Changed engines from Node.js
>=0.8
to>=4
, as supporting versions that we cannot test against is too fragile- We are still generating the same code, using the
ES5
compile target, so perhaps it still works, however we cannot and will not guarantee compatibility for Node.js versions earlier than v4
- We are still generating the same code, using the
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Support
null
for theparent
argument to make programatic usage of Errlop easier - Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Support node >= 0.8 but test only against node >= 10
- We are still generating the same code, using ES5 compile target, so support remains the same
- However, testing ecosystem have been upgrading to node >= 10, as such unless all testing packages also function on node >= 0.8, which is possible but highly inconvenient then tests cannot run on such versions
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Errlop is now written in TypeScript
- Errlop's browser edition now makes use of ECMAScript modules
- Errlop now only includes one Node.js edition that runs on all Node.js environments
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated base files and editions using boundation
- Updated
editions
dependency, should function to fix issue #2
- Updated base files and editions using boundation
- Add duck typing for Node.js v4 and under
- Prevent additional crashes on Node.js v4
- More efficient Node.js v4 crash prevention
- Support Node.js v0.8
- Prevent a peculiar crash on Node.js v4
- Initial working release