Skip to content

Latest commit

 

History

History
93 lines (65 loc) · 3.57 KB

CHANGELOG.md

File metadata and controls

93 lines (65 loc) · 3.57 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.1 - 2021-12-25

Changed

  • Support for PHP 5.3 has been restored, #22 from @jrfnl.

Internal

1.0 - 2020-10-31

Changed

  • BC-Break: The top-level namespace for all classes has changed from JakubOnderka to PHP_Parallel_Lint. #10 from @grogy.

Added

  • Added downloading per month badge from @grogy.
  • Added license badge from @grogy.
  • Added instruction for installation from @grogy.
  • Composer: add description #11 from @jrfnl.

Internal

  • Updated PHP Parallel Lint dependency version restraint #8 from @jrfnl.
  • Travis: changed from "trusty" to "xenial" #7 from @jrfnl.
  • Update the unit tests setup #9 from @jrfnl.

0.3 - 2020-05-14

Added

  • Added changelog from @reedy.

Internal

  • Travis: test against PHP 7.3 from @samnela.
  • Cleaned readme - new organization from previous package from @grogy.
  • Composer: updated dependancies to use new php-parallel-lint organisation from @grogy.
  • Composer: marked package as replacing jakub-onderka/php-console-color from @jrfnl.
  • Added a .gitattributes file from @reedy.
  • Travis: test against PHP 7.4 and nightly from @jrfnl.
  • Travis: only run PHPCS on PHP 7.4 from @jrfnl.