Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 409 Bytes

File metadata and controls

18 lines (11 loc) · 409 Bytes

Changelog

All notable changes to async will be documented in this file

1.0.1 - 2019-05-17

  • Synchronous execution time bugfix

1.0.1 - 2019-05-07

  • Check on PCNTL support before registering listeners

1.0.0 - 2019-03-22

  • First stable release
  • Add the ability to catch exceptions by type
  • Thrown errors can only have one handler. See UPGRADING for more information.