Releases: nimblehq/gin-templates
Releases · nimblehq/gin-templates
2.2.0
https://github.com/nimblehq/gin-templates/milestone/4
What's Changed
Features
- [#92] Add test coverage and validate the coverage percentage by @carryall in #95
- [#105] Add OpenAPI to support creating API documentation with OpenAPI by @suho in #106, #107, #108
Chores
Bugs
- [#90] Fix: Deprecate Title of strings, bytes modules by @carryall in #102
- [#103]Fix: Upgrade the Air version as the [email protected] has been removed by @carryall in #104
New Contributors
Full Changelog: 2.1.0...2.2.0
2.1.0
https://github.com/nimblehq/gin-templates/milestone/3
Features
Chores
- Add chore git template and clean up markdown files #71
- Upgrade Postgres version from 12.3 to 14.2 #76
- Update issue link for the PR template #83
- Add the project's maintainers info #75
- Update Git Template for Pull Request #84
- [Chore] Upgrade gin version #86
- Add the Github release PR template #68
- Update go version to go1.20 #87
Bugs
2.0.0
https://github.com/nimblehq/gin-templates/milestone/2
Features
- Add logrus add-on #53
- Add Heroku add-on #55
- [50] Add web variant #62
- Add variables rewrite and multiple option menu for variant and cs… #63
- Add Bootstrap addons #65
- Add Tailwind Add-on #67
Chores
- [40] Update Github workflow name #42
- Update controller unit test to use Gin test context #44
- Refactor test to receive input as a parameter #61
- Refactor go cookiecutter #64
Bugs
- Fix: Cookiecutter is not available using apt-get on Ubuntu 20.4 #47
1.0.0
Features
- As a developer, I can create Gin project from command (#12)
- Setup Gin dependencies and packages (#15)
- Add live reload (#17)
- Setup unit test for the application (#18)
- Setup database (#20)
- Create unit test for template (#24)
- Setup CI for template (#25)
- Setup CI for application (#27)
- Setup migration (#28)
- Setup CD for application (#33)