Releases: Antonboom/nilnil
Releases · Antonboom/nilnil
Go 1.23 and "detect opposite" feature
What's Changed
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #35
- Bump golang.org/x/tools from 0.20.0 to 0.21.0 by @dependabot in #36
- Bump golang.org/x/tools from 0.21.0 to 0.22.0 by @dependabot in #37
- Bump golang.org/x/tools from 0.22.0 to 0.23.0 by @dependabot in #38
- Bump golang.org/x/tools from 0.23.0 to 0.24.0 by @dependabot in #39
- Go 1.23 by @Antonboom in #41
- "Detect opposite" feature by @Antonboom in #42
Full Changelog: v0.1.9...v1.0.0
Growing up
What's Changed
The linter logic has been significantly rewritten, now it relies on information about types from *analysis.Pass
, and not on the *ast.TypeSpec
cache, which it collected on his own earlier.
This made it possible to extend the linter to all types, and not just to types from current package.
unsafe.Pointer
and uintptr
were also supported.
- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #32
- Support types from external packages by @Antonboom in #33
- Support
uintptr
andunsafe.Pointer
by @Antonboom in #34
Full Changelog: v0.1.8...v0.1.9
Dependencies :)
What's Changed
- Bump golang.org/x/tools from 0.12.0 to 0.13.0 by @dependabot in #21
- Bump golang.org/x/tools from 0.13.0 to 0.14.0 by @dependabot in #22
- Bump golang.org/x/tools from 0.14.0 to 0.16.0 by @dependabot in #23
- Bump golang.org/x/tools from 0.16.0 to 0.17.0 by @dependabot in #25
- Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #27
- Bump golang.org/x/tools from 0.17.0 to 0.18.0 by @dependabot in #26
- Bump golang.org/x/tools from 0.18.0 to 0.19.0 by @dependabot in #28
- Testing of Go 1.22 by @Antonboom in #30
Full Changelog: v0.1.7...v0.1.8
Fix module as Go 1.20
Closes #20
Go 1.21
Bump x/tools
Bump golang.org/x/tools from 0.8.0 to 0.9.0 (#11) Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Support aliased types
Support aliased types (#9) * Support aliased types * Introduce interface
Bump x/tools & setup dependabot
v0.1.3 Add dependabot config & bump deps (#7)