-
Notifications
You must be signed in to change notification settings - Fork 185
Comparing changes
Open a pull request
base repository: gin-contrib/cors
base: v1.4.0
head repository: gin-contrib/cors
compare: v1.5.0
- 16 commits
- 14 files changed
- 7 contributors
Commits on Aug 29, 2022
-
chore: Add go 1.19 and upgrade lint version to v1.49
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f92a222 - Browse repository at this point
Copy the full SHA f92a222View commit details
Commits on Oct 26, 2022
-
chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#112)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1d5e083 - Browse repository at this point
Copy the full SHA 1d5e083View commit details
Commits on Feb 12, 2023
-
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c1983b2 - Browse repository at this point
Copy the full SHA c1983b2View commit details
Commits on Sep 4, 2023
-
build: update Go version and dependencies
- Update the Go version from `1.13` to `1.18` - Update the `github.com/gin-gonic/gin` dependency from `v1.8.1` to `v1.9.1` - Update the `github.com/stretchr/testify` dependency from `v1.8.1` to `v1.8.4` - Add new dependencies: `github.com/bytedance/sonic v1.10.0`, `github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d`, `github.com/chenzhuoyu/iasm v0.9.0`, `github.com/davecgh/go-spew v1.1.1`, `github.com/gabriel-vasile/mimetype v1.4.2`, `github.com/gin-contrib/sse v0.1.0`, `github.com/go-playground/locales v0.14.1`, `github.com/go-playground/universal-translator v0.18.1`, `github.com/go-playground/validator/v10 v10.15.3`, `github.com/goccy/go-json v0.10.2`, `github.com/json-iterator/go v1.1.12`, `github.com/klauspost/cpuid/v2 v2.2.5`, `github.com/kr/pretty v0.3.0`, `github.com/leodido/go-urn v1.2.4`, `github.com/mattn/go-isatty v0.0.19`, `github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd`, `github.com/modern-go/reflect2 v1.0.2`, `github.com/pelletier/go-toml/v2 v2.1.0`, `github.com/pmezard/go-difflib v1.0.0`, `github.com/rogpeppe/go-internal v1.8.0`, `github.com/twitchyliquid64/golang-asm v0.15.1`, `github.com/ugorji/go/codec v1.2.11`, `golang.org/x/arch v0.5.0`, `golang.org/x/crypto v0.12.0`, `golang.org/x/net v0.14.0`, `golang.org/x/sys v0.12.0`, `golang.org/x/text v0.13.0`, `google.golang.org/protobuf v1.31.0`, `gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c`, `gopkg.in/yaml.v3 v3.0.1` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5914b2f - Browse repository at this point
Copy the full SHA 5914b2fView commit details -
chore: update supported versions of Go
- Update the supported versions of Go from 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, '1.20' to 1.18, 1.19, '1.20', 1.21 Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bbb26b0 - Browse repository at this point
Copy the full SHA bbb26b0View commit details -
chore: update
goreleaser/goreleaser-action
to version v4- Update the version of `goreleaser/goreleaser-action` from `v3` to `v4` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b216599 - Browse repository at this point
Copy the full SHA b216599View commit details -
chore: update Go version and setup-go action
- Update the `setup-go` action from version 2 to version 3 - Change the Go version from 1.17 to 1.18 Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bbf67cd - Browse repository at this point
Copy the full SHA bbf67cdView commit details
Commits on Oct 6, 2023
-
chore: update GitHub Actions configuration files
- Update the cron expression in the codeql.yml file - Update the language value in the codeql.yml file - Update the uses value in the codeql.yml file - Update the uses value in the go.yml file - Update the uses value in the goreleaser.yml file Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7ac4445 - Browse repository at this point
Copy the full SHA 7ac4445View commit details -
chore: update dependencies to latest versions
- Update the version of `github.com/bytedance/sonic` from `v1.10.0` to `v1.10.1` - Update the version of `github.com/go-playground/validator/v10` from `v10.15.3` to `v10.15.5` - Update the version of `golang.org/x/crypto` from `v0.12.0` to `v0.14.0` - Update the version of `golang.org/x/net` from `v0.14.0` to `v0.16.0` - Update the version of `golang.org/x/sys` from `v0.12.0` to `v0.13.0` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 765e44e - Browse repository at this point
Copy the full SHA 765e44eView commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ee4df80 - Browse repository at this point
Copy the full SHA ee4df80View commit details
Commits on Nov 25, 2023
-
chore(options): Added availability to set 200/204 for OPTIONS request…
… status (#129) Co-authored-by: Dmytro Kishchenko <d.kischenko@sweet.tv>
Configuration menu - View commit details
-
Copy full SHA for f8b2357 - Browse repository at this point
Copy the full SHA f8b2357View commit details -
chore: update linter configuration and changelog titles
- Remove the `deadcode` linter - Remove the `structcheck` linter - Remove the `varcheck` linter - Update the comment in the `.goreleaser.yaml` file for skipping the build - Update the title in the `changelog` section for "Bug fixes" - Update the title in the `changelog` section for "Enhancements" - Update the regex patterns in the `changelog` section for "docs" and "CICD" Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bf2c9df - Browse repository at this point
Copy the full SHA bf2c9dfView commit details -
chore: remove
depguard
linter and rename example file- Remove the `depguard` linter from the `.golangci.yml` file - Rename the file `examples/example.go` to `_examples/example.go` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 95df7c6 - Browse repository at this point
Copy the full SHA 95df7c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eaf9a0 - Browse repository at this point
Copy the full SHA 0eaf9a0View commit details -
docs: updated to include note about credentials (#119)
Mislav Perić authoredNov 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 8fd6796 - Browse repository at this point
Copy the full SHA 8fd6796View commit details -
docs: update documentation with additional notes
- Fix a typo in the README.md file - Add a note about the difference between Default() and DefaultConfig() functions - Add a note about the implications of using all origins in Gin Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 56a357d - Browse repository at this point
Copy the full SHA 56a357dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.4.0...v1.5.0