FestinHegre/vendor/psr/link/CHANGELOG.md
2024-09-26 17:26:04 +02:00

27 lines
760 B
Markdown

# Changelog
All notable changes to this project will be documented in this file, in reverse chronological order by release.
## [2.0.1](https://github.com/php-fig/link/compare/1.1.0...2.0.1) - 2021-02-04
### Changed
- **BREAKING** The type of the `$value` parameter of `EvolvableLinkInterface::withAttribute()` was widened to comply with the original specification.
## [2.0.0](https://github.com/php-fig/link/compare/1.1.0...2.0.0) - 2021-02-04
### Changed
- **BREAKING** All methods have return types
## [1.1.0](https://github.com/php-fig/link/compare/1.0.0...1.1.0) - 2021-02-04
### Changed
- All methods have typed parameters
- Bump required PHP version to 8.0
## 1.0.0 - 2016-11-16
Initial stable release; reflects accepted PSR-13 specification