Skip to content

Releases: ashanbrown/forbidigo

v2.3.1: chore(deps): switch from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#66)

12 Apr 20:38
c3b0104

Choose a tag to compare

switch from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#66) Thanks @scop

v2.3.0

25 Oct 18:03
4cd4c85

Choose a tag to compare

Support golang 1.25.0. Drop support for golang 1.23 and earlier due to x/tools changes.

v2.2.0

25 Oct 17:47
39a4111

Choose a tag to compare

Fix alias support for golang 1.23

v2.1.0

25 Jan 23:39
77ce5aa

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

Drop golang < 1.18

25 Jan 21:04
c0fe523

Choose a tag to compare

v2.0.1

Bump version to v2 due to change of support for older golang versions…

Upgrade x/tools

26 Nov 01:35
e4c2790

Choose a tag to compare

Upgrades x-tools to fix go 1.23, drops support for go < 1.18

v1.6.0

04 Jul 14:31
ab8eef6

Choose a tag to compare

What's Changed

Full Changelog: v1.5.4...v1.6.0

v1.5.4

03 Jul 02:02
f6adf99

Choose a tag to compare

What's Changed

Full Changelog: v1.5.3...v1.5.4

Slight change to handling of missing type information

11 Jun 18:12
c506b28

Choose a tag to compare

Refactor package name extraction slightly (#36)

Rename one method and handle case where some type information is missing slightly better.

Ensure that types within a selector are matched

11 Jun 17:39
fbbca18

Choose a tag to compare

Ensure we match types within a selector (#35)

Also refactor expansion code slightly