Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 900 Bytes

CHANGELOG.md

File metadata and controls

27 lines (17 loc) · 900 Bytes

Changelog

v2.0.0 (2019-01-07)

  • Switched to using a whitelist of characters (printable Basic Latin)
  • The user can augment the whitelist in the settings
  • Added prettier and prettier-check in CI

v1.4.1 (2019-01-07)

  • Fixed overly eager highlighting affecting , LF and CR

v1.4.0 (2019-01-07)

  • Switched language: CoffeeScript -> ES6
  • Added settings to choose categories of highlighted characters
  • Refactored the character listing, using ranges in places

v1.3.0 (2019-01-03)

  • Merged PR with lighter color and changes to char listing

History