typos/CHANGELOG.md
2019-11-02 19:57:25 -06: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)