Releases: Crocmagnon/fatcontext
Releases · Crocmagnon/fatcontext
v0.5.3
Summary
- update dependencies
- linting & refactoring (#28, #29 by @alexandear)
Changelog
- db40be2 [pre-commit.ci] auto fixes from pre-commit.com hooks
- 4ad817c [pre-commit.ci] pre-commit autoupdate
- 88173f8 [pre-commit.ci] pre-commit autoupdate
- 548d1be [pre-commit.ci] pre-commit autoupdate
- cddb074 add badges in readme
- 7f2b12b add coverage badge
- 0c76b07 add coverage report
- 4dc5fc8 build(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0
- 7e1e279 build(deps): bump golang.org/x/tools from 0.24.0 to 0.25.0
- fae7a27 build(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0
- 9857857 chore: format with goimports
- 1c05d23 fix condition on coverage report job
- ed98e56 prevent concurrent coverage reports
- 632a706 refactor: avoid one string to []byte conversion
- 9b1b0c8 remove unused contrib folder
- fbf73fb update badge link to wiki
- e1e94fa use separate job with specific permissions for coverage report
v0.5.2
v0.5.1
v0.5.0
Summary
- Detect fat contexts in function literals (#18 - @venkycode)
- Update dependencies
- Add support for go 1.23
- Drop support for go 1.21
Changelog
- be0aa70 Detect nested contexts in function literals (#18)
- 46a4450 Merge pull request #16 from Crocmagnon/dependabot/go_modules/golang.org/x/tools-0.23.0
- 0be9888 Merge pull request #17 from Crocmagnon/pre-commit-ci-update-config
- ab55c27 [pre-commit.ci] pre-commit autoupdate
- 3df83da build(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0
- 77afd24 cd: always run all test jobs
- a80e8dd cd: test with 1.23rc2
- 021f1b4 cd: use go1.23 for golangci-lint
- 2e1ec44 drop support for go 1.21, and test against released go 1.23
- 0d2c401 update go.mod to 1.22
- 90afb8d update readme
v0.4.0
Summary
- Dependency updates
- Detect in nested blocks (#14)
Changelog
- a2ca606 Merge pull request #10 from Crocmagnon/pre-commit-ci-update-config
- bf0cfec Merge pull request #11 from Crocmagnon/dependabot/go_modules/golang.org/x/tools-0.22.0
- c632589 Merge pull request #12 from Crocmagnon/dependabot/github_actions/goreleaser/goreleaser-action-6
- f35e8a2 Merge pull request #13 from Crocmagnon/go1.23
- 30606c7 Merge pull request #15 from Crocmagnon/feat/context-condition
- 802ac13 [pre-commit.ci] pre-commit autoupdate
- 602eb04 build(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0
- 9a9e950 build(deps): bump goreleaser/goreleaser-action from 5 to 6
- 40f87bf cd: test with go 1.23rc1
- 0910305 feat: detect in nested blocks
v0.3.0
Summary
- Fix false positives for context stored in structs (@MichaelUrman)
- Dependency updates
Changelog
- 69e9ae1 Explain getRootIdent/ObjectOf/Pos check
- 0e13d06 Fix array test
- 4c2ad68 Merge pull request #1 from Crocmagnon/pre-commit-ci-update-config
- 6a0a70a Merge pull request #2 from Crocmagnon/pre-commit-ci-update-config
- ec963af Merge pull request #3 from Crocmagnon/pre-commit-ci-update-config
- d5171e1 Merge pull request #4 from Crocmagnon/dependabot/go_modules/golang.org/x/tools-0.21.0
- acb08d4 Merge pull request #5 from Crocmagnon/pre-commit-ci-update-config
- 9beb365 Merge pull request #6 from Crocmagnon/pre-commit-ci-update-config
- 6be4ab7 Merge pull request #7 from Crocmagnon/pre-commit-ci-update-config
- e8053df Merge pull request #9 from MichaelUrman/contained
- 3e9e29f Test and fix cases with nested contexts
- 5cfbe16 Update README.md
- db036b1 [pre-commit.ci] pre-commit autoupdate
- 0b0c70a [pre-commit.ci] pre-commit autoupdate
- b6bd36f [pre-commit.ci] pre-commit autoupdate
- 66526fe [pre-commit.ci] pre-commit autoupdate
- 954c9b6 [pre-commit.ci] pre-commit autoupdate
- a0fa7db [pre-commit.ci] pre-commit autoupdate
- e7f3a75 add dependabot config
- de95617 build(deps): bump golang.org/x/tools from 0.19.0 to 0.21.0
- da706a0 update golangci-lint action
v0.2.2
v0.2.1
v0.1.3
Changelog
- 08021fa Trigger pre-commit.ci
- ad16182 add .gitattributes to fix windows builds
- 31dcab6 add linter and pre-commit
- 0f93f08 add write checks for golangci-lint action
- 01653ec build for matrix of os & go versions
- 48329d1 chore: setup goreleaser
- 92a1268 fix build job name
- 8f5da5c run golangci-lint on ubuntu only
- fe11a61 setup linter in github actions
- 31fa0cf skip golangci-lint in pre-commit.ci