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

Releases: eloquent/asplode

2.2.0

19 Apr 01:24
Compare
Choose a tag to compare
  • [IMPROVED] Increased the amount of memory reserved by the fatal error
    handler, to improve the chances of catching memory exhausted fatals.

2.1.0

11 Dec 00:31
Compare
Choose a tag to compare
  • [IMPROVED] Error exceptions use file and line from the original error, and
    trim Asplode internals from the stack trace (#15).

2.0.1

29 Oct 00:24
Compare
Choose a tag to compare

2.0.0

25 Jan 12:46
Compare
Choose a tag to compare
  • [BC BREAK] Complete re-write
  • [NEW] Fatal error handling (#10)
  • [IMPROVED] Easier installation via static methods
  • [FIXED] No longer throws exceptions for deprecation errors (#9)
  • [FIXED] Correctly handles '@' supression (#7)

1.1.1

01 Aug 10:47
Compare
Choose a tag to compare
  • [MAINTENANCE] General repository maintenance.

1.1.0

01 Aug 10:45
Compare
Choose a tag to compare
  • [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)

1.0.5

01 Aug 10:45
Compare
Choose a tag to compare
  • [NEW] Archer integration
  • [NEW] Implemented changelog

1.0.4

01 Aug 10:44
Compare
Choose a tag to compare
Merge pull request #4 from jmalloc/master

Change use of IcecaveStudios/isolator to icecave/isolator.

1.0.3

01 Aug 10:44
Compare
Choose a tag to compare
Improved composer config.

1.0.2

01 Aug 10:43
Compare
Choose a tag to compare
Updated dependencies. Closes #3.