Releases: gin-contrib/i18n
Releases · gin-contrib/i18n
v1.2.0
Changelog
Features
- ff4e841: feat: additional methods (#63) (@myadream)
- 60147fc: feat(readme): refactor summation functions and optimize data handling (@appleboy)
Enhancements
- a8bfc3e: chore: update Go version constraints for compatibility (@appleboy)
- 47734ce: chore: update Go version and dependencies to latest releases (@appleboy)
- 41ab163: chore: update dependencies to latest versions (@appleboy)
- a574d63: chore: mark GinI18n recievers as public (#58) (@chivincent)
- 82c042d: chore(deps): update Go version and upgrade dependencies (@appleboy)
- 17afc21: chore(deps): update dependencies and improve test configurations (@appleboy)
Build process updates
Documentation updates
v1.1.4
v1.1.3
v1.1.2
v1.1.1
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
v1.1.0
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
v1.0.0
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