Skip to content

Releases: php-parallel-lint/PHP-Console-Highlighter

v1.0.0

18 Feb 12:18
v1.0.0
Compare
Choose a tag to compare

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

Released version 0.5

13 May 07:40
Compare
Choose a tag to compare

Added

  • Added changelog from @reedy.

Internal

  • Cleaned readme - new organization from previous package from @grogy.
  • Composer: marked package as replacing jakub-onderka/php-console-highlighter from @grogy.
  • Composer: updated dependancies to use new php-parallel-lint organisation from @grogy.
  • Travis: test against PHP 7.4 and nightly from @jrfnl.
  • Fixed build script from @jrfnl.
  • Added a .gitattributes file from @reedy.
  • Updated installation command from @cafferata.