typos/CHANGELOG.md
John Maguire 21df3ed539 fix(docs): Replace mentions of scorrect with typos
At some point early on, this project was renamed from "scorrect" to
"typos". Some references to old URLs still exist. This commit corrects
those references.
2021-01-10 23:13:38 -05:00

1 KiB

0.1.4 (2019-11-03)

Bug Fixes

  • Ignore numbers as identifiers (a00831c8)
  • Improve the organization of --help (a48a457c)

Features

  • Dump files, identifiers, and words (ce365ae1, closes #41)
  • Give control over allowed identifier characters for leading vs rest (107308a6)

Performance

  • Use standard identifier rules to avoid doing umber checks (107308a6)
  • Only do hex check if digits are in identifiers (68cd36d0)