Skip to content

0.0.8

Compare
Choose a tag to compare
@edwinvautier edwinvautier released this 18 Apr 16:58
· 76 commits to main since this release
6cd4c65

Changelog

6cd4c65 feat: pass to 0.0.8
9d39e49 Merge pull request #56 from edwinvautier/feat-make-crud
619aed6 docs: Add docs for update and make crud commands
e0915b7 fix: codacy
d60db1e fix: replace itsjamie/gin-cors by gin-contrib/cors package
569b5ee feat: new controller is added to router when created
e29825c feat: warn user if model does not exist when running make crud.
643e505 fix(updatecmd): avoid loading id field to config, fix bug in update that caused tabs to not be recognized
1faaa24 Merge branch 'feat-make-crud' of github.com:edwinvautier/go-cli into feat-make-crud
9738b84 feat(crud): generate crud
877c27f Merge branch 'main' into feat-make-crud
558e8cb refacto: rename entity to models in all code.
d37b604 Update README.md