-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating dallgoot/yaml for PHP 8.2 compatibility.
- Loading branch information
1 parent
b16ad9a
commit c7f841b
Showing
260 changed files
with
3,488 additions
and
8,564 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,30 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
Actual version is not stable enough, nor finished, nor fully tested to be used in production | ||
## 0.9.0.0 | ||
|
||
### Changed | ||
|
||
- minimum PHP version supported is now 8.1.14 | ||
- autoloading for PSR-4 (sorry to have polluted autoloads files worldwide 😢) | ||
- parsing in NodeFactory | ||
- logic in Dallgoot\Yaml\Dumper | ||
|
||
### Removed | ||
|
||
- support for PHP before 8.1.14 | ||
- some dev dependencies | ||
- Dallgoot\Yaml class replaced by Dallgoot\Yaml\Yaml | ||
|
||
### Fixed | ||
|
||
- PHP Notice reported by <https://github.com/stephanedupont> in <https://github.com/dallgoot/yaml/issues/9> | ||
- dumping bug in Dallgoot\Yaml\DumperHandlers reported by <https://github.com/albosmart-ro> in <https://github.com/dallgoot/yaml/issues/7>> | ||
|
||
## 0.3.2.0 | ||
|
||
this version is not stable enough, nor finished, nor fully tested to be used in production, please prefer the 1.0.0 |
Oops, something went wrong.