Releases: ashanbrown/forbidigo
Releases · ashanbrown/forbidigo
v2.3.1: chore(deps): switch from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#66)
v2.3.0
Support golang 1.25.0. Drop support for golang 1.23 and earlier due to x/tools changes.
v2.2.0
Fix alias support for golang 1.23
v2.1.0
What's Changed
- Support forbidding access to methods on builtin identifiers by @isergieienkov and @ashanbrown at #59
Full Changelog: v2.0.1...v2.1.0
Drop golang < 1.18
v2.0.1 Bump version to v2 due to change of support for older golang versions…
Upgrade x/tools
Upgrades x-tools to fix go 1.23, drops support for go < 1.18
v1.6.0
What's Changed
- Don't check names in declarations by @ashanbrown in #40
Full Changelog: v1.5.4...v1.6.0
v1.5.4
What's Changed
- Fix option to enable type analysis by @ashanbrown in #38
Full Changelog: v1.5.3...v1.5.4
Slight change to handling of missing type information
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
Ensure we match types within a selector (#35) Also refactor expansion code slightly