Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 588 Bytes

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 588 Bytes

CHANGELOG

3.0.2

  • Update (sub-)dependencies
    • cross-spawn to 7.0.6
    • micromatch to 4.0.8

3.0.1

  • Update braces to 3.0.3

3.0.0

  • Update to node v18

  • Dev Dependency Updates

    • Update to TypeScript 5
    • Update other minor dependencies to latest minor version

2.1.0

  • Add typescript types

2.0.0

Breaking Changes

  • Errors that are thrown in callback functions are now logged to the console (#4)

1.1.1

  • Publish to npm as scoped package

1.1.0

  • Add wrap-prototype function for wrapping all methods on a prototype

1.0.0

  • Initial release