Skip to content

Latest commit

 

History

History
94 lines (70 loc) · 4.6 KB

CHANGELOG.md

File metadata and controls

94 lines (70 loc) · 4.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Nothing yet.

1.0.0 - 2022-02-18

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

0.5 - 2020-05-13

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 dependencies 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.