Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature additional methods #63

Merged
merged 18 commits into from
Nov 14, 2024
Merged

Commits on Jun 12, 2024

  1. add HasLang method

    myadream committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4293de5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    2816297 View commit details
    Browse the repository at this point in the history
  2. add message type

    myadream committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    de22bd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Merge pull request #1 from gin-contrib/master

    pull request
    myadream authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fcdf1b8 View commit details
    Browse the repository at this point in the history
  2. ci: standardize Go setup and update CI configurations

    - Rename "Checkout" to "Checkout repository"
    - Rename "Set up Go" to "Setup go"
    - Change Go version specification to use `go-version-file: go.mod` and add `check-latest: true`
    - Update goreleaser action from v5 to v6
    
    Signed-off-by: Bo-Yi Wu <[email protected]>
    appleboy authored and myadream committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f61210d View commit details
    Browse the repository at this point in the history
  3. chore: update dependencies to latest versions

    - Update `github.com/gin-gonic/gin` to v1.10.0
    - Update `golang.org/x/text` to v0.16.0
    - Update `github.com/bytedance/sonic` to v1.11.8
    - Update `github.com/gabriel-vasile/mimetype` to v1.4.4
    - Update `github.com/go-playground/validator/v10` to v10.22.0
    - Update `github.com/goccy/go-json` to v0.10.3
    - Update `github.com/klauspost/cpuid/v2` to v2.2.8
    - Update `golang.org/x/arch` to v0.8.0
    - Update `golang.org/x/crypto` to v0.24.0
    - Update `golang.org/x/net` to v0.26.0
    - Update `golang.org/x/sys` to v0.21.0
    - Update `google.golang.org/protobuf` to v1.34.2
    
    Signed-off-by: Bo-Yi Wu <[email protected]>
    appleboy authored and myadream committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    cd522e5 View commit details
    Browse the repository at this point in the history
  4. chore: upgrade Go and dependencies to latest versions

    - Update Go version from 1.18 to 1.20
    - Upgrade golang.org/x/text from v0.16.0 to v0.17.0
    - Upgrade github.com/bytedance/sonic from v1.11.8 to v1.12.1 and its loader from v0.1.1 to v0.2.0
    - Upgrade github.com/gabriel-vasile/mimetype from v1.4.4 to v1.4.5
    - Upgrade golang.org/x/arch from v0.8.0 to v0.9.0
    - Upgrade golang.org/x/net from v0.26.0 to v0.28.0
    - Upgrade golang.org/x/sys from v0.21.0 to v0.24.0
    
    Signed-off-by: appleboy <[email protected]>
    appleboy authored and myadream committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    5ac39d4 View commit details
    Browse the repository at this point in the history
  5. ci: update GitHub Actions workflow for Go versions

    - Remove macOS from the OS matrix in the GitHub Actions workflow
    - Update the Go versions to only include 1.20, 1.21, and 1.22
    
    Signed-off-by: appleboy <[email protected]>
    appleboy authored and myadream committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    35d1fc7 View commit details
    Browse the repository at this point in the history
  6. ci: remove CodeQL analysis workflow file

    - The CodeQL analysis workflow file has been deleted.
    
    Signed-off-by: appleboy <[email protected]>
    appleboy authored and myadream committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c8d8bcf View commit details
    Browse the repository at this point in the history
  7. chore: update Go version constraints for compatibility

    - Remove build constraints for Go version 1.16
    
    Signed-off-by: appleboy <[email protected]>
    appleboy authored and myadream committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    10d53ef View commit details
    Browse the repository at this point in the history
  8. ci: update Go versions in CI workflows

    - Update Go versions in GitHub Actions workflow to include 1.23 and remove 1.20
    
    Signed-off-by: appleboy <[email protected]>
    appleboy authored and myadream committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    581ba6e View commit details
    Browse the repository at this point in the history
  9. chore: update Go version and dependencies to latest releases

    - Update Go version from 1.20 to 1.21.0
    - Upgrade `golang.org/x/text` from v0.17.0 to v0.18.0
    - Upgrade `github.com/bytedance/sonic` from v1.12.1 to v1.12.3
    - Upgrade `github.com/go-playground/validator/v10` from v10.22.0 to v10.22.1
    - Upgrade `github.com/pelletier/go-toml/v2` from v2.2.2 to v2.2.3
    - Upgrade `golang.org/x/arch` from v0.9.0 to v0.10.0
    - Upgrade `golang.org/x/crypto` from v0.26.0 to v0.27.0
    - Upgrade `golang.org/x/net` from v0.28.0 to v0.29.0
    - Upgrade `golang.org/x/sys` from v0.24.0 to v0.25.0
    
    Signed-off-by: appleboy <[email protected]>
    appleboy authored and myadream committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c2b6dd0 View commit details
    Browse the repository at this point in the history
  10. chore: update dependencies to latest versions

    - Update `github.com/nicksnyder/go-i18n/v2` to version `2.4.1`
    - Update `golang.org/x/text` to version `0.20.0`
    - Update `github.com/bytedance/sonic` to version `1.12.4` (indirect)
    - Update `github.com/bytedance/sonic/loader` to version `0.2.1` (indirect)
    - Update `github.com/gabriel-vasile/mimetype` to version `1.4.6` (indirect)
    - Update `github.com/klauspost/cpuid/v2` to version `2.2.9` (indirect)
    - Update `golang.org/x/arch` to version `0.12.0` (indirect)
    - Update `golang.org/x/crypto` to version `0.29.0` (indirect)
    - Update `golang.org/x/net` to version `0.31.0` (indirect)
    - Update `golang.org/x/sys` to version `0.27.0` (indirect)
    - Update `google.golang.org/protobuf` to version `1.35.1` (indirect)
    
    Signed-off-by: appleboy <[email protected]>
    appleboy authored and myadream committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d105006 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2a980a7 View commit details
    Browse the repository at this point in the history
  12. docs: enhance code documentation for ginI18n implementation

    - Add detailed comments for the `ginI18nImpl` struct and its methods
    - Add detailed comments for the `GinI18n` interface and its methods
    - Add detailed comments for the `GetLngHandler` and `Option` types
    
    Signed-off-by: appleboy <[email protected]>
    appleboy authored and myadream committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2e4ce06 View commit details
    Browse the repository at this point in the history
  13. add extend methods

    add extend methods
    myadream committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6d0f1fc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d55918 View commit details
    Browse the repository at this point in the history
  15. rebase master

    myadream committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    95b1698 View commit details
    Browse the repository at this point in the history