Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

49 lines (32 loc) · 1.6 KB

Changes of versions 2.x

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

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

2.1.0 - 2024-11-05

Note

PHP minimum requirement is now version 8.1 (since latest release 2.0.1)

Removed

  • support to PHP 7.4 and PHP 8.0

Full Changelog: 2.0.1...2.1.0

2.0.1 - 2024-11-05

Warning

This version is the last one to support PHP 7.4 and PHP 8.0

Next feature version 2.1.0 will only support PHP 8.1 or greater !

Changed

  • provides full support to PHP 8.4 (without deprecation messages)

Full Changelog: 2.0.0...2.0.1

2.0.0 - 2024-07-02

Important

This major release removed all converters that were introduced on versions 1.2.0 and 1.4.0 You'll find them with a new architecture on future release 1.0.0 of new package bartlett/sarif-php-converters (repository: https://github.com/llaville/sarif-php-converters)

If you used this package since version 1.0.0, you won't be able to have BC breaks on standard API, and fluent builders API.

Be aware that all Definition are now constructed without parameters. Look on setters, if you previously used any of them.

Full Changelog: 1.5.0...2.0.0