This repository has been archived by the owner on Feb 27, 2020. It is now read-only.
Releases: Alexia/php7mar
Releases · Alexia/php7mar
v0.2.0-beta
v0.1.1-alpha
- Fixed report file names for Windows users.
v0.1.0-alpha
- Fixed the regular expression that handles finding variable interpolation. It should now catch more specific cases that will produce less clutter in the report. Thanks to @peterbowey for reporting the issue and suggesting the fix.
- Added a PHP binary version check. The report will now include an error message if the binary specified for syntax checks is lower than version 7.0.0-dev.
v0.0.3-alpha
- 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.
v0.0.2-alpha
- Added -x option to specify which file extensions to use. - Thanks, @willbonde
- Fixed a few calls that broke on PHP 5.4.
- The reserved names check would catch examples in comments instead of checking only near the beginning of the line.
- Composer file
- Autoloader was using self instead of $this. Note: Autoloader is not currently PSR-4 complient due to namespaces not including a vendor name.
Initial Alpha Package
This is the initial alpha package for release. It will contain bugs, missing features, and potentially other issues.