Releases: ckaznocha/intrange
Releases · ckaznocha/intrange
v0.3.0
What's Changed
- automated(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 by @dependabot in #32
- Add
analysis.SuggestedFix
for range over int by @rennnosuke in #34 - Update range autofix by @ckaznocha in #35
- Remove exception for testing.B by @ckaznocha in #36
- Add note about scopes on assignment by @ckaznocha in #37
- Suggested fixes for ranges that do not need the key by @ckaznocha in #39
- Find and suggest fixes for geq/leq with int literals by @ckaznocha in #41
- automated(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0 by @dependabot in #40
- automated(deps): bump github.com/gostaticanalysis/testutil from 0.4.0 to 0.5.0 by @dependabot in #42
- automated(deps): bump github.com/gostaticanalysis/testutil from 0.5.0 to 0.5.2 by @dependabot in #43
- Fix tests by @ckaznocha in #45
New Contributors
- @rennnosuke made their first contribution in #34
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Catch more patterns where range len could be simpler by @ckaznocha in #30
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Warn about loops using
range len(b)
with arrays/slices by @ckaznocha in #28
Full Changelog: v0.1.2...v0.2.0
v0.1.2
v0.1.1
What's Changed
- fix: Don't warn on benchmarks by @ckaznocha in #14
- fix: Don't warn when loop Op needs to be re-evaluated by @ckaznocha in #15
- automated(deps): bump golang.org/x/tools from 0.17.0 to 0.18.0 by @dependabot in #7
- automated(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0 by @dependabot in #11
Full Changelog: v0.1.0...v0.1.1