Releases: KoalaFacade/diamond-console
Releases · KoalaFacade/diamond-console
v2.1.0
v2.0.1
What's Changed
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's added
- Support PHP 8.2
What's Changed
- docs: add packagist badge by @pemudakoding in #44
- Update composer.json by @pemudakoding in #46
- Refactor package to PHP 8.2 and Introduce standard DTO and Action to readonly by @kevariable in #45
Full Changelog: v1.0.0...v2.0.0
v1.0.0
What's Added
- build(command): add command to create ValueObject by @holiq in #38
- Introduce seeder command by @pemudakoding in #39
- Introduce service provider commands & refactor all commands using interface. by @kevariable in #40
What's Changed
- patch(DTO): unknown trait used in stub by @kevariable in #41
- docs: improve docs by @holiq in #42
- Align Console Interface to most Commands by @kevariable in #43
Full Changelog: v0.1.0...v1.0.0
v0.1.0
What's Changed
- style: remove prefix Contract on factory class by @holiq in #34
- refactor(command): change signature and update description by @holiq in #35
- Improve documentation with new command signature by @pemudakoding in #36
- Improve code base by @kevariable in #37
Full Changelog: v0.0.1...v0.1.0
v0.0.1
v0.0.0
What's released in v0.0.0
For the first release we only release some commands to consume
- Setup project command
- Generate action command
- Generate enum command
- Generate Data Transfer Object command
- Generate migration Command
- Generate model command
- Generate Factory command
- Generate Mail command
Contributor
For the first release, I wanna say thanks a bunch to the contributors
- @kevariable
- @holiq
- @pemudakoding (writer of release)