Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 08:13
· 35 commits to master since this release

Changelog

Features

  • 0855b67 feat(CI): enable CodeQL scan
  • 7175d47 feat(go): support go module

Bug fixes

Enhancements

  • 00343b9 chore(CD): enable goreleaser config.
  • fd47ac5 chore(CI): add cache and lint checker (#15)
  • d5a4f87 chore(CI): update go version for lint testing
  • 7e38f1e chore(CI): upgrade golangci-lint to v1.42.0
  • bcf9765 chore(ci): add go1.14
  • 77b571f chore(ci): remove 1.10
  • 2fd6520 chore(gin): upgrade to 1.7.4
  • e9d8475 chore(github): upgrade action package.
  • 2a70df0 chore(lint): upgrade golanci-lint to v1.43.0
  • b6ebff9 chore(mod): update gin version
  • 3695bd1 chore: add go1.15.x
  • 92820ec chore: remove tags
  • fdc732f chore: remove test tag
  • cf801cf chore: replace 403 with StatusForbidden const
  • 2cb6302 chore: support go1.13 (#13)
  • a7717eb chore: switch travis to GitHub actions. (#14)
  • f58cd3b chore: update CI
  • ad346fc chore: update travis
  • 8d0a9f2 chore: upgrade checkout version to v3
  • d110fab chore: upgrade gin and casbin
  • 2da04f7 chore: upgrade gin and casbin version
  • ca8a82c chore: upgrade gin to v1.5.0
  • 4a1cb85 chore: upgrade github.com/casbin/casbin/v2 to v2.37
  • cd1d0c1 chore: upgrade golangci to v1.42.1

Others

  • 53373b8 Add README.
  • 12b5043 Add Travis CI and coverage.
  • 5768146 Add the documentation in README.
  • d5e7d5c Add the middleware code.
  • dc60d41 Change the indentation to 4 spaces in README.
  • be38714 Drop go 1.9 support
  • 00111e7 Fix the Casbin 2.x import path.
  • a8edaa1 Ignore IDEA files.
  • 8b17e68 Initial commit
  • b222b85 Merge pull request #1 from gin-contrib/readme
  • 9f37da0 Merge pull request #2 from gin-contrib/travis
  • fa0feb9 Merge pull request #5 from theobouwman/master
  • cd3ed20 Merge pull request #7 from Neopallium/master
  • 87f814f Move creation of BasicAuthorizer
  • b2e3cde Only support go 1.9.0 and above in .travis.yml because sync.Map is used.
  • 13cec14 Remove extra returns in code.
  • cc61375 Return status 200 in a simpler way.
  • c52461b Update .travis.yml
  • f7bcba6 Update .travis.yml
  • d9c9695 Update .travis.yml
  • ebfcdc3 Update the new repo location.
  • b2abe43 Update to Casbin 2.x
  • 3771f3e add 1.6 version testing.
  • 63f4ccc add golang 1.11.x version
  • bb68c05 chore(CI/CD): add dependabot
  • 3b17dff chore(CI/CD): add go1.18 version
  • 9d90e7a chore(CI/CD): remove 1.13 version
  • f161622 fixed response header overwriting
  • 1fb3afa support go1.12
  • 9d15592 test: remove macos version
  • de6c16b test: update new request with context
  • f37dc3b update 1.9
  • 27784a0 update readme.
  • c995f95 update travis config.
  • 749041b upgrade gin to v1.4.0