typos/CHANGELOG.md
2021-02-04 21:46:50 -06:00

1.3 KiB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased - ReleaseDate

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)