Skip to content

Releases: tdakkota/asciicheck

v0.2.0: require Go 1.18, use latest x/tools version

14 Mar 03:06
c83c7fb
Compare
Choose a tag to compare

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

Full Changelog: v0.1.1...v0.2.0

v0.1.1: Optimize ASCII checker

15 Oct 10:04
Compare
Choose a tag to compare

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

15 Oct 09:40
e657995
Compare
Choose a tag to compare
docs: add reason to use section