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

v0.0.3-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@Alexia Alexia released this 03 Jun 21:46
· 25 commits to master since this release
  • Moving towards PSR-4 autoloader compliance.
    • Autoloader no longer throws an exception.
    • Namespaces are now prefixed with the vendor name.
  • Not specifying file extensions would cause a fatal error.
  • Markdown formatting tweaks for increase compatibility with various editors.
  • The scanNextFile() function was returning false for a blank file instead of an empty array. This was interrupting execution due to the scanner believing it reached the last file.