Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit d3f74c1

Browse files
authored
Merge pull request #4 from geekcell/release-please--branches--main--components--release-please-action
chore(main): release 1.0.0
2 parents 7f36115 + c505a63 commit d3f74c1

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

‎CHANGELOG.md‎

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/geekcell/php-ddd/compare/v2.0.0...v1.0.0) (2023年01月16日)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Make `Collection` an instantiable class.
9+
* Change Repository interface.
10+
* Use item and collection types as constructor arguments
11+
* Update contracts for command and query bus.
12+
13+
### Features
14+
15+
* Add `ValueObject` contract and implementations. ([c1a00b4](https://github.com/geekcell/php-ddd/commit/c1a00b451ef70e096d7fd5a105bbd635cb57da55))
16+
* Add command and query bus. ([848da2c](https://github.com/geekcell/php-ddd/commit/848da2c60a4c3ee459614804099baadd8fa1ff2e))
17+
18+
19+
### Code Refactoring
20+
21+
* Change Repository interface. ([4e1b14a](https://github.com/geekcell/php-ddd/commit/4e1b14a7e16f4bf99748d764bbb14832661e4087))
22+
* Make `Collection` an instantiable class. ([3ca9db5](https://github.com/geekcell/php-ddd/commit/3ca9db517e24931d26145de7def76c416da94d15))
23+
* Update contracts for command and query bus. ([a5b8957](https://github.com/geekcell/php-ddd/commit/a5b89573ad5f282a5b8b510a815332a6f2fe2f0a))
24+
* Use item and collection types as constructor arguments ([050ffcc](https://github.com/geekcell/php-ddd/commit/050ffcce4ef49aa1db2921713f6a79d428c567d3))
25+
26+
27+
### Miscellaneous Chores
28+
29+
* Apply PHP CS fixer fixes. ([8072b49](https://github.com/geekcell/php-ddd/commit/8072b49e198368e514c30e496e073ba2ff82a808))
30+
* Apply PHP CS fixer fixes. ([8e8c960](https://github.com/geekcell/php-ddd/commit/8e8c9608e03c332d1a43d16c5908b582bcac2c84))

‎composer.json‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "geekcell/ddd",
3+
"description": "Your ultimate guard rails for domain driven design with PHP.",
34
"type": "library",
45
"license": "MIT",
6+
"version": "1.0.0",
57
"autoload": {
68
"psr-4": {
79
"GeekCell\\Ddd\\": "src/",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /