Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

1.1.0

Compare
Choose a tag to compare
@ezzatron ezzatron released this 01 Aug 10:45
· 51 commits to develop since this release
  • [NEW] Added utility method for asserting correct error handler
    configuration (#5)
  • [NEW] Added utility methods for managing the error handler stack
  • [NEW] Added utility method for invoking a callback without any error
    handlers
  • [NEW] API documentation added
  • [IMPROVED] Uninstall will only throw a not installed exception if the
    current instance is the top-most handler in the stack
  • [IMPROVED] Install will only throw an already installed exception if the
    current instance is the top-most handler in the stack
  • [FIXED] Uninstall can no longer remove unrelated error handlers
    (#6)