Skip to content

Commit 583bc79

Browse files
authored
Merge pull request #29 from geekcell/release-please--branches--main--components--release-please-action
chore(main): release 1.6.0
2 parents 9b67d79 + 1f6933d commit 583bc79

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/geekcell/php-ddd/compare/v1.5.0...v1.6.0) (2024-04-24)
4+
5+
6+
### Features
7+
8+
* add find and findLast functions ([08588d2](https://github.com/geekcell/php-ddd/commit/08588d2ec3a95aa6d9436f382eedf610c035ec0f))
9+
* add toList and toArray functions to Collection ([c883b50](https://github.com/geekcell/php-ddd/commit/c883b503c193042f7beb7df20a7ed7e964dd3d6f))
10+
11+
12+
### Bug Fixes
13+
14+
* Add T as a possible return type for lastOr and firstOr ([b60ea9c](https://github.com/geekcell/php-ddd/commit/b60ea9c3985620b11960902b65dad114d95ea0e4))
15+
316
## [1.5.0](https://github.com/geekcell/php-ddd/compare/v1.4.0...v1.5.0) (2024-01-08)
417

518

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Your ultimate guard rails for domain driven design with PHP.",
44
"type": "library",
55
"license": "MIT",
6-
"version": "1.5.0",
6+
"version": "1.6.0",
77
"autoload": {
88
"psr-4": {
99
"GeekCell\\Ddd\\": "src/",

0 commit comments

Comments
 (0)