This repository was archived by the owner on Oct 28, 2025. It is now read-only.
 
 
 - 
  Notifications
 You must be signed in to change notification settings 
- Fork 1
chore(main): release 1.0.0 #4
 
  Merged
 
 
 b00gizm
 merged 3 commits into
 main 
from
release-please--branches--main--components--release-please-action 
 
 
 
  
 Jan 16, 2023 
 
 
 
  Merged
 Changes from all commits
 Commits
 
 
 File filter
Filter by extension
Conversations
 Failed to load comments. 
 
 
 
  Loading
 
 Jump to
 
 Jump to file
 
 
 
 Failed to load files. 
 
 
 
  Loading
 
 Diff view
Diff view
There are no files selected for viewing
 
 
 
 30 changes: 30 additions & 0 deletions
 
 
 
 CHANGELOG.md
 
 
 
 
  
 
 
 
 
 
 
 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
 Learn more about bidirectional Unicode characters
 
 
 
 
 | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Changelog | ||
|  | ||
| ## [1.0.0](https://github.com/geekcell/php-ddd/compare/v2.0.0...v1.0.0) (2023εΉ΄01ζ16ζ₯) | ||
|  | ||
|  | ||
| ### β BREAKING CHANGES | ||
|  | ||
| * Make `Collection` an instantiable class. | ||
| * Change Repository interface. | ||
| * Use item and collection types as constructor arguments | ||
| * Update contracts for command and query bus. | ||
|  | ||
| ### Features | ||
|  | ||
| * Add `ValueObject` contract and implementations. ([c1a00b4](https://github.com/geekcell/php-ddd/commit/c1a00b451ef70e096d7fd5a105bbd635cb57da55)) | ||
| * Add command and query bus. ([848da2c](https://github.com/geekcell/php-ddd/commit/848da2c60a4c3ee459614804099baadd8fa1ff2e)) | ||
|  | ||
|  | ||
| ### Code Refactoring | ||
|  | ||
| * Change Repository interface. ([4e1b14a](https://github.com/geekcell/php-ddd/commit/4e1b14a7e16f4bf99748d764bbb14832661e4087)) | ||
| * Make `Collection` an instantiable class. ([3ca9db5](https://github.com/geekcell/php-ddd/commit/3ca9db517e24931d26145de7def76c416da94d15)) | ||
| * Update contracts for command and query bus. ([a5b8957](https://github.com/geekcell/php-ddd/commit/a5b89573ad5f282a5b8b510a815332a6f2fe2f0a)) | ||
| * Use item and collection types as constructor arguments ([050ffcc](https://github.com/geekcell/php-ddd/commit/050ffcce4ef49aa1db2921713f6a79d428c567d3)) | ||
|  | ||
|  | ||
| ### Miscellaneous Chores | ||
|  | ||
| * Apply PHP CS fixer fixes. ([8072b49](https://github.com/geekcell/php-ddd/commit/8072b49e198368e514c30e496e073ba2ff82a808)) | ||
| * Apply PHP CS fixer fixes. ([8e8c960](https://github.com/geekcell/php-ddd/commit/8e8c9608e03c332d1a43d16c5908b582bcac2c84)) | 
 
 
 
 2 changes: 2 additions & 0 deletions
 
 
 
 composer.json
 
 
 
 
  
 
 
 
 
 
 
 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
 Learn more about bidirectional Unicode characters
 
 
 
 
 
 Add this suggestion to a batch that can be applied as a single commit.
 This suggestion is invalid because no changes were made to the code.
 Suggestions cannot be applied while the pull request is closed.
 Suggestions cannot be applied while viewing a subset of changes.
 Only one suggestion per line can be applied in a batch.
 Add this suggestion to a batch that can be applied as a single commit.
 Applying suggestions on deleted lines is not supported.
 You must change the existing code in this line in order to create a valid suggestion.
 Outdated suggestions cannot be applied.
 This suggestion has been applied or marked resolved.
 Suggestions cannot be applied from pending reviews.
 Suggestions cannot be applied on multi-line comments.
 Suggestions cannot be applied while the pull request is queued to merge.
 Suggestion cannot be applied right now. Please check back later.