Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

55 lines (46 loc) · 1.58 KB

Change Log

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.2.0] - 2024-08-20

Modified

  • Replace psalm with phpstan
  • Allow - values for %O and %I: #66
  • Avoid PHP Deprecated: Creation of dynamic property is deprecated on PHP 8.2+: #65

[2.1.1] - 2023-07-18

Added

  • Run tests on PHP 8.2

Modified

  • Update PCRE pattern after LogParser::addPattern*(): #60

[2.1.0] - 2021-06-13

Added

  • Add support for %{format}p format string: #55

Modified

  • Replace TravisCI with GitHub Actions;

[2.0.0] - 2020-01-05

Added

  • Strict types
  • vimeo/psalm checks

Modified

  • PSR-4 autoloading
  • Change tests namespace
  • Update PHP to 7.2+
  • Update dev dependencies

[1.5.0] - 2019-02-04

Added

  • PHP 7.3/PCRE2 support

[1.4.0] - 2018-03-21

Added

  • Partial HTTP 2 support within %H and %r

Modified

  • Update supported PHP versions (PHP5.6+ only, no HHVM)

[1.3.1] - 2017-06-25

Added

  • Tests for issue #30

Fixed

  • %u was not matching usernames with dots (issue #30)

[1.3.0] - 2017-04-24

Added