Skip to content

Tags: gin-contrib/i18n

Tags

v1.2.4

Toggle v1.2.4's commit message
Release v1.2.4

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: update Go version and dependencies to latest versions

- Update Go version to 1.23.0 and toolchain to go1.24.1
- Update dependencies for `github.com/nicksnyder/go-i18n/v2`, `golang.org/x/text`, `github.com/gin-contrib/sse`, `github.com/go-playground/validator/v10`, `github.com/goccy/go-json`, `github.com/klauspost/cpuid/v2`, `golang.org/x/crypto`, `google.golang.org/protobuf`, `golang.org/x/sys`, and `github.com/gin-gonic/gin`
- Remove old versions of indirect dependencies and replace them with newer versions
- Modify `go.sum` to reflect updated versions of the dependencies

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: update Go module dependencies to latest versions

- Update `golang.org/x/text` from `v0.20.0` to `v0.21.0`
- Update `github.com/bytedance/sonic` from `v1.12.4` to `v1.12.6`
- Update `github.com/gabriel-vasile/mimetype` from `v1.4.6` to `v1.4.7`
- Update `github.com/go-playground/validator/v10` from `v10.22.1` to `v10.23.0`
- Update `github.com/goccy/go-json` from `v0.10.3` to `v0.10.4`
- Update `golang.org/x/crypto` from `v0.29.0` to `v0.31.0`
- Update `golang.org/x/net` from `v0.31.0` to `v0.33.0`
- Update `golang.org/x/sys` from `v0.27.0` to `v0.28.0`
- Update `google.golang.org/protobuf` from `v1.35.2` to `v1.36.1`

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore(deps): update dependencies to latest versions

- Update `github.com/bytedance/sonic` to version `v1.12.5`
- Update `github.com/gabriel-vasile/mimetype` to version `v1.4.7`
- Update `github.com/go-playground/validator/v10` to version `v10.23.0`

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore(deps): update dependencies and improve test configurations

- Update `google.golang.org/protobuf` dependency from version `1.35.1` to `1.35.2`

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
ci: remove CodeQL analysis workflow file

- The CodeQL analysis workflow file has been deleted.

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
docs: improve code documentation and comments

- Update comments for `BundleCfg` fields to include descriptions of their purposes
- Add detailed comments to `WithBundle` and `WithGetLngHandle` functions explaining their behavior and defaults
- Remove placeholder comments without descriptions

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: update third-party dependencies to latest versions

- Update `github.com/bytedance/sonic` to version `v1.11.3`
- Update `github.com/go-playground/validator/v10` to version `v10.19.0`
- Update `github.com/klauspost/cpuid/v2` to version `v2.2.7`
- Update `github.com/pelletier/go-toml/v2` to version `v2.2.0`
- Update `golang.org/x/crypto` to version `v0.21.0`
- Update `golang.org/x/net` to version `v0.22.0`
- Update `golang.org/x/sys` to version `v0.18.0`
- Update `google.golang.org/protobuf` to version `v1.33.0`

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
ci: improve GitHub Actions and Codecov Setup

- Update GitHub Actions cache step to use version 4
- Update Codecov GitHub Action to version 4

Signed-off-by: appleboy <appleboy.tw@gmail.com>