Skip to content

Releases: Antonboom/nilnil

Growing up

10 May 08:12
285f2af
Compare
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
Compare
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
Compare
Choose a tag to compare

Go 1.21

15 Aug 05:26
fc57fac
Compare
Choose a tag to compare
v0.1.6

Go 1.21 (#19)

Bump x/tools

09 May 16:58
8c3d501
Compare
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
Compare
Choose a tag to compare
Support aliased types (#9)

* Support aliased types

* Introduce  interface

Bump x/tools & setup dependabot

12 Mar 07:35
803825e
Compare
Choose a tag to compare
v0.1.3

Add dependabot config & bump deps (#7)

Go 1.20

02 Mar 06:37
1db13e4
Compare
Choose a tag to compare

👯‍♀️ 👯‍♀️ 👯‍♀️

Go 1.18

07 Apr 08:12
38d5a8f
Compare
Choose a tag to compare

🕺 🕺 🕺

nilnil

16 Sep 05:44
584f1cd
Compare
Choose a tag to compare
Merge pull request #3 from Antonboom/conf

Conf