Skip to content

Releases: KoalaFacade/diamond-console

v2.1.0

10 Dec 01:35
e596542
Compare
Choose a tag to compare

What's Added

  • build(command): add command to create Observer by @holiq in #48

What's Changed

  • refactor(test): make the same structure code by @holiq in #49

Full Changelog: v2.0.1...v2.0.2

v2.0.1

09 Dec 07:18
1e8af97
Compare
Choose a tag to compare

What's Changed

  • fix(stub): missing semicolon, conflict class, unused import by @holiq in #47

Full Changelog: v2.0.0...v2.0.1

v2.0.0

08 Dec 16:56
f75985b
Compare
Choose a tag to compare

What's added

  • Support PHP 8.2

What's Changed

Full Changelog: v1.0.0...v2.0.0

v1.0.0

07 Dec 16:17
a27f700
Compare
Choose a tag to compare

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

Full Changelog: v0.1.0...v1.0.0

v0.1.0

06 Dec 00:42
19a305d
Compare
Choose a tag to compare

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

05 Dec 11:48
aee612b
Compare
Choose a tag to compare
  • Fix migration stub placeholders didn't changed accordingly by @holiq
  • Fix migration missing argument to create and edit table by @holiq

v0.0.0

04 Dec 17:04
Compare
Choose a tag to compare

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

  1. @kevariable
  2. @holiq
  3. @pemudakoding (writer of release)