Skip to content

Releases: nimblehq/gin-templates

2.2.0

30 Aug 02:43
77a8442
Compare
Choose a tag to compare

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

New Contributors

  • @suho made their first contribution in #106

Full Changelog: 2.1.0...2.2.0

2.1.0

24 Apr 10:49
9b13cd4
Compare
Choose a tag to compare

https://github.com/nimblehq/gin-templates/milestone/3

Features

  • Upgrade Go to 1.18 #77
  • Add script to initialize git and create the first commit #80

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

  • Fix: golangci-lint-action failing in the CI #78
  • Fix: Move database migration right after the database initializing #91

2.0.0

08 Sep 09:46
b12eb88
Compare
Choose a tag to compare

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

11 Mar 09:27
7ce959b
Compare
Choose a tag to compare

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)

Chores

  • Add base directories (#13)
  • Add command optional flags explanation on Wiki (#31)
  • Add directory explanation to Wiki (#32)
  • Update assertion to use ContainSubstring matcher (#36)