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.
For a full diff see 2.6.0...main
.
For a full diff see 2.5.0...2.6.0
.
- Added support for PHP 8.4 ([#893]), by @localheinz
For a full diff see 2.4.0...2.5.0
.
- Allowed installation on PHP 8.4 (#871), by @localheinz
For a full diff see 2.3.0...2.4.0
.
- Added support for PHP 8.0 (#745), by @localheinz
- Added support for PHP 7.4 (#746), by @localheinz
For a full diff see 2.2.0...2.3.0
.
- Added support for PHP 8.3 (#734), by @localheinz
- Added
BSD3Clause
(#740), by @oruborus
For a full diff see 2.1.0...2.2.0
.
- Dropped support for PHP 8.0 (#644), by @localheinz
For a full diff see 2.0.0...2.1.0
.
- Dropped support for PHP 7.4 (#550), by @localheinz
For a full diff see 1.2.0...2.0.0
.
- Added
Header::createWithoutReferenceToLicenseFile()
(#534), by @localheinz - Added
None
([#535]), by @localheinz
- Renamed
Header::create()
toHeader::createWithReferenceToLicenseFile()
(#533), by @localheinz
For a full diff see 1.1.0...1.2.0
.
- Dropped support for PHP 7.2 (#416), by @localheinz
- Dropped support for PHP 7.3 (#422), by @localheinz
For a full diff see 1.0.1...1.1.0
.
- Added support for PHP 7.1 (#177), by @localheinz
For a full diff see 1.0.0...1.0.1
.
- Dropped support for PHP 8.0 (#171), by @localheinz
For a full diff see 0.1.0...1.0.0
.
For a full diff see 675601b...0.1.0
.
- Added
Holder
(#7), by @localheinz - Added
Year
(#10), by @localheinz - Added
Range
(#12), by @localheinz - Added
Url
(#19), by @localheinz - Added
Template
(#20), by @localheinz - Added
File
(#33), by @localheinz - Added
Header
(#34), by @localheinz - Added
MIT
(#38), by @localheinz
[#893: #893