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
- 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.
- BC-Break: The top-level namespace for all classes has changed from
JakubOnderka
toPHP_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.
- Welcome @jrfnl as new co-maintainer.
- Improvements to the test suite, #10, #15, #21, #25, #34, #35, #37, #38, #39 from @peter279k and @jrfnl.
- Improvements to the code consistency, #10, #20, #29, #30 from @peter279k and @jrfnl, fixes #11.
- Improvements to the CI/QA setup, #12, #14, #16, #18, #23, #24, #26, #31, #36 from @jrfnl, fixes #13, #22.
- Improvements to the changelog, #27 from @jrfnl.
0.5 - 2020-05-13
- Added changelog from @reedy.
- 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.