File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1515 - " highest"
1616
1717 steps :
18- - uses : " actions/checkout@v4 "
18+ - uses : " actions/checkout@v5 "
1919
2020 - name : " Setup PHP"
2121 uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.0] - 2025-09-27
11+
12+ ### Changed
13+ - Simplified ` Result ` and adjusted to suit more PHP. The main inspirations: c++23 ` std::expected ` and Rust's ` Result `
14+ - Adjusted to PHP ** 8.4**
15+ - Updated PHPUnit to ** v12**
16+
17+ ### Removed
18+ - Class ` Option `
19+
1020## [ 1.2.0] - 2022-07-09
1121
1222### Added
@@ -26,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2636### Added
2737- Function ` iterable_search() ` that returns the first key where the given value is equal.
2838
29- [ unreleased ] : https://github.com/jungi-php/common/compare/v1.2.0...HEAD
39+ [ unreleased ] : https://github.com/jungi-php/common/compare/v2.0.0...HEAD
40+ [ 2.0.0 ] : https://github.com/jungi-php/common/compare/v1.2.0...v2.0.0
3041[ 1.2.0 ] : https://github.com/jungi-php/common/compare/v1.1.1...v1.2.0
3142[ 1.1.1 ] : https://github.com/jungi-php/common/compare/v1.1.0...v1.1.1
3243[ 1.1.0 ] : https://github.com/jungi-php/common/compare/v1.0.0...v1.1.0
You can’t perform that action at this time.
0 commit comments