Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@jrfnl jrfnl released this 18 Feb 12:18
· 19 commits to master since this release
v1.0.0

Fixed

  • Bug fix: if the highlighted code snippet was at the start of the file, too many lines were retrieved, #35 from @jrfnl.
  • Bug fix: code snippets highlighted with line numbers had a stray blank line at the end of the snippet, #35 from @jrfnl.
  • PHP 8.0: handle changed tokenization of namespaced names #19 from @jrfnl.

Changed

  • BC-Break: The top-level namespace for all classes has changed from JakubOnderka to PHP_Parallel_Lint. #28 from @jrfnl, fixes #4.
  • Support for PHP 5.3 has been restored, #33 from @jrfnl.
  • Update PHP Console Color dependency to version ^1.0.1 #17 from @jrfnl.

Internal