Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

v0.6.0

Choose a tag to compare

@itsMapleLeaf itsMapleLeaf released this 16 Oct 05:21
· 52 commits to main since this release
  • Made logging more configurable. It accepts an array of levels, so if you only want warnings and errors, you can pass logging: ['warn', 'error']
  • Added an onError callback to do something when an error happens, like logging your own errors, or sending a report to an error reporting service, etc.