Skip to content

Releases: TheZero0-ctrl/GoForge

v0.3.0

21 Apr 13:29

Choose a tag to compare

Changelog

  • 0bd09df add generate migration command
  • 256e741 feat: add generate resource command
  • 192d36b feat: add migrate/rollback/force workflow
  • 19fe329 fix: use ModulePath in api template import and add e2e compile check

v0.2.0

16 Mar 11:03

Choose a tag to compare

Changelog

  • bc1910e Merge pull request #3 from TheZero0-ctrl/feat/db-create-command
  • 3960015 add installer script
  • e7f5062 add test for the db create and db drop
  • c2ed7e8 feat: implement db:create and db:drop command
  • ef23d95 fix installar script
  • 053fc9c lint
  • 9a9979f update readme for db:create and db:drop command

v0.1.0

09 Mar 09:29
5692c40

Choose a tag to compare

Changelog

  • 06afce4 Add MIT License to the project
  • 21748ee Merge pull request #1 from TheZero0-ctrl/feat/new-command
  • 5692c40 Merge pull request #2 from TheZero0-ctrl/ci
  • d526ffd add ci
  • f9e79ff add readme
  • 804032e feat: command architecture with cobra pipeline
  • 2766645 feat: fill out the template files
  • 794a4e6 feat: implement overall strucutre for the goforge new command
  • ab42251 update readme