Skip to content

Releases: Antonboom/nilnil

Go 1.25

10 Sep 03:47

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

Multiple nils support

17 Mar 08:58
c8774d6

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

Support type aliases by Go 1.23

16 Dec 17:42

Choose a tag to compare

What's Changed

  • Bump rlespinasse/github-slug-action from 4.4.1 to 5.0.0 by @dependabot in #45
  • Bump golang.org/x/tools from 0.26.0 to 0.27.0 by @dependabot in #44
  • fix: type aliases by @ldez in #47

New Contributors

  • @ldez made their first contribution in #47

Full Changelog: v1.0.0...v1.0.1

Go 1.23 and "detect opposite" feature

06 Oct 12:04
289392e

Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v1.0.0

Growing up

10 May 08:12
285f2af

Choose a tag to compare

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.


Full Changelog: v0.1.8...v0.1.9

Dependencies :)

21 Apr 16:07
28a15a7

Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

Fix module as Go 1.20

18 Aug 05:57

Choose a tag to compare

Go 1.21

15 Aug 05:26
fc57fac

Choose a tag to compare

v0.1.6

Go 1.21 (#19)

Bump x/tools

09 May 16:58
8c3d501

Choose a tag to compare

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

29 Mar 11:34
c327615

Choose a tag to compare

Support aliased types (#9)

* Support aliased types

* Introduce  interface