Skip to content

v0.6.1

Compare
Choose a tag to compare
@embluk embluk released this 28 Jan 15:43
· 88 commits to master since this release

Changed

  • Some improvements to code formatting and styling

Fixed

  • Fixed a bug where some third party Composer packages failed to be preloaded due to the library using a
    function which initiates calls to the autoloader, meaning any missing object errors could not be caught inside a
    Try Block by Polyel and thus, result in an unhandled fatal error.