Releases: tdakkota/asciicheck
Releases · tdakkota/asciicheck
v0.3.0: bump `x/tools` version
What's Changed
- chore(deps): bump golang.org/x/tools from 0.7.0 to 0.8.0 by @dependabot in #15
- chore(deps): bump golang.org/x/tools from 0.8.0 to 0.9.1 by @dependabot in #16
- chore(deps): bump golang.org/x/tools from 0.9.1 to 0.9.3 by @dependabot in #17
- chore(deps): bump golang.org/x/tools from 0.9.3 to 0.10.0 by @dependabot in #18
- Update x/tools to fix panic in tests with Go 1.23 by @alexandear in #23
New Contributors
- @alexandear made their first contribution in #23
Full Changelog: v0.2.0...v0.3.0
v0.2.0: require Go 1.18, use latest x/tools version
What's Changed
- chore(deps): bump golang.org/x/tools from 0.1.7 to 0.1.8 by @dependabot in #3
- chore(deps): bump golang.org/x/tools from 0.1.8 to 0.1.9 by @dependabot in #4
- chore(deps): bump golang.org/x/tools from 0.1.9 to 0.1.10 by @dependabot in #5
- chore(deps): bump golang.org/x/tools from 0.1.10 to 0.1.11 by @dependabot in #6
- chore(deps): bump golang.org/x/tools from 0.1.11 to 0.1.12 by @dependabot in #7
- chore(deps): bump golang.org/x/tools from 0.1.12 to 0.2.0 by @dependabot in #8
- chore(deps): bump golang.org/x/tools from 0.2.0 to 0.3.0 by @dependabot in #9
- chore(deps): bump golang.org/x/tools from 0.3.0 to 0.4.0 by @dependabot in #10
- chore(deps): bump golang.org/x/tools from 0.4.0 to 0.5.0 by @dependabot in #11
- chore(deps): bump golang.org/x/tools from 0.5.0 to 0.6.0 by @dependabot in #12
- chore(deps): bump golang.org/x/tools from 0.6.0 to 0.7.0 by @dependabot in #13
New Contributors
- @dependabot made their first contribution in #3
Full Changelog: v0.1.1...v0.2.0
v0.1.1: Optimize ASCII checker
This release includes a significant performance improvement.
name old time/op new time/op delta
IsASCII/Len=1-12 5.60ns ± 1% 3.28ns ± 0% -41.37% (p=0.000 n=9+8)
IsASCII/Len=8-12 18.8ns ± 2% 8.8ns ± 0% -53.29% (p=0.000 n=9+10)
IsASCII/Len=16-12 27.2ns ± 2% 16.9ns ± 3% -37.76% (p=0.000 n=10+9)
IsASCII/Len=32-12 57.3ns ±14% 30.8ns ± 2% -46.26% (p=0.000 n=10+10)
v0.1.0: First release
docs: add reason to use section