Skip to content

Releases: gin-contrib/i18n

v1.2.0

14 Nov 13:49
17afc21
Compare
Choose a tag to compare

Changelog

Features

Enhancements

Build process updates

Documentation updates

  • d42c9e4: docs: enhance code documentation for ginI18n implementation (@appleboy)

v1.1.4

18 Aug 03:34
20f8907
Compare
Choose a tag to compare

Changelog

Enhancements

Build process updates

v1.1.3

03 May 03:43
2613793
Compare
Choose a tag to compare

Changelog

Enhancements

Build process updates

Documentation updates

v1.1.2

23 Mar 01:00
c59867d
Compare
Choose a tag to compare

Changelog

Enhancements

  • c59867d chore: update third-party dependencies to latest versions

v1.1.1

12 Feb 05:18
920e1ca
Compare
Choose a tag to compare

Changelog

Enhancements

  • 1bdc6de chore(deps): Bump github.com/nicksnyder/go-i18n/v2 from 2.2.2 to 2.3.0 (#42)
  • cf0e880 chore(deps): Bump github/codeql-action from 2 to 3 (#44)
  • 564aebb chore: update dependencies
  • 24c0a92 chore: update dependencies to latest versions
  • e18795c chore: update version of actions/setup-go in GitHub workflows

Others

  • b1fc49f ci: enhance CI Testing and Tolerance Limits
  • 920e1ca ci: improve GitHub Actions and Codecov Setup
  • 93d2b26 refactor: refactor internationalization test functions

v1.1.0

25 Nov 06:52
7f0bc71
Compare
Choose a tag to compare

Changelog

Enhancements

  • 165baa2 chore: MustGetMessage both support param which type of i18n.LocalizeConfig (#40)
  • b234b91 chore: refactor code for Go 1.20 and context variable update
  • 87dc629 chore: update GitHub Actions configuration
  • 7f0bc71 chore: update Go version in go.mod file
  • 725810f chore: update dependencies in go.mod file
  • d80337a chore: update goreleaser/goreleaser-action to v5
  • 96a917b chore: update workflows to use actions/checkout@v4

Others

  • 2022ba3 ci: update Go workflows to use actions/setup-go@v4 and support Go 1.21
  • 8662692 refactor: refactor code for context variable and i18n function usage
  • 1dffef0 test(i18n): update localize file path

v1.0.0

27 Jul 14:21
Compare
Choose a tag to compare

Changelog

Enhancements

  • f5f31d5 chore(CI): add go1.20 version
  • f3e2f5e chore(CI): remove specific golang-lint version
  • 75a15d8 chore(deps): Bump github.com/gin-gonic/gin from 1.7.4 to 1.8.0
  • 7819d50 chore(deps): Bump github.com/gin-gonic/gin from 1.8.0 to 1.8.1
  • 50a4632 chore(deps): Bump github.com/nicksnyder/go-i18n/v2 from 2.1.2 to 2.2.0
  • 17bf5da chore(deps): Bump github/codeql-action from 1 to 2
  • 1a8b822 chore(deps): Bump goreleaser/goreleaser-action from 2 to 3
  • e7fb2e9 chore(github): upgrade action package.
  • 4e3fabe chore: "Update Go version and dependencies in project"
  • d8d0eab chore: Add go 1.19 and upgrade lint version to v1.49
  • 5380c2f chore: upgrade checkout version to v3

Others

  • b8f7fd2 Fix: concurrency safe (#32)
  • 32bc53e Merge pull request #11 from gin-contrib/dependabot/go_modules/github.com/nicksnyder/go-i18n/v2-2.2.0
  • 096968c Merge pull request #14 from gin-contrib/dependabot/github_actions/github/codeql-action-2
  • f02681f Merge pull request #15 from gin-contrib/dependabot/github_actions/goreleaser/goreleaser-action-3
  • c9038c4 Merge pull request #16 from gin-contrib/fix1
  • 0bfae0b Merge pull request #17 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.0
  • 6335bdb Merge pull request #18 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.1
  • b63d115 chore(CI/CD): add dependabot
  • a15ece4 chore(CI/CD): add go1.18 version
  • 7b0771f chore(CI/CD): remove macos-latest testing
  • 4be4d75 ci: upgrade goreleaser-action version in GitHub workflow
  • 2f1efee refactor: refactor code and update linters in Go files
  • e08cacc refactor: refactor file path handling in message loading functions
  • ad1754d upgrade yaml

v0.0.1

12 Mar 11:07
Compare
Choose a tag to compare

Changelog

Features

  • 372387d feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL

Enhancements

  • bf09100 chore(lint): add golangci config
  • 936ef5b chore(module): sync latest module
  • 79c461e chore: remove empty message for security file
  • 519658d chore: rename example folder

Others