Skip to content

chore(main): release 1.5.0 #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.5.0](https://github.com/geekcell/php-ddd/compare/v1.4.0...v1.5.0) (2024-01-08)


### Features

* add every, none and some functions to collection ([cb1fe18](https://github.com/geekcell/php-ddd/commit/cb1fe18f87d383fa9ba3b457810bfb410319d815))
* add first, firstOr, last, lastOr functions to collection ([74ce180](https://github.com/geekcell/php-ddd/commit/74ce180a23efc4989d5b019191b241a4bdbf4174))
* add fromIterable function for Collection ([1f7d851](https://github.com/geekcell/php-ddd/commit/1f7d851738feb847f275f0780a6aca16ff868cd7))
* add isEmpty and hasItems to collection ([1d6b0b8](https://github.com/geekcell/php-ddd/commit/1d6b0b823d8fddd4a3e53137225cf55b11a75c1f))

## [1.5.0](https://github.com/geekcell/php-ddd/compare/v1.4.0...v1.5.0) (2024-01-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Your ultimate guard rails for domain driven design with PHP.",
"type": "library",
"license": "MIT",
"version": "1.4.0",
"version": "1.5.0",
"autoload": {
"psr-4": {
"GeekCell\\Ddd\\": "src/",
Expand Down