Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

53 lines (34 loc) · 2.5 KB

0.5.1 (2020-05-12)

  • ♻️ ref: prefix with '__' for private scope
  • 🐛 fix(regex): don't treat '-' as a word separator

0.5.0 (2020-05-12)

  • ✨ feat: customize regexes
  • ♻️ ref: use verbose conditional operators

0.4.0 (2020-04-20)

  • ⚡ perf: update abbreviations list incrementally

0.3.1 (2020-04-17)

🐛 Bug Fixes

  • fix: test variable existence instead of value (f33cf23)
  • fix: update function to erase on uninstall (ba239d1)

0.3.0 (2020-04-16)

♻️ Refactor

  • refactor: remove flock dependency (376072d)

0.2.0 (2020-04-13)

🐛 Bug Fixes

  • fix: don't use universal scope by default (832691a)
  • fix: erase functions on uninstall (cd1a75a)
  • fix: fix uninstall function (b58971f)
  • fix: still need univresal scope for abbr lists (6a700a0)

0.1.0 (2020-04-13)

✨ Features

  • feat: customize tips prompt (ae29fca)
  • feat: customize tips update mode (4681009)
  • feat: don't show tips if an abbr was used (5f2e6ac)
  • feat: prettier tips (f5ab8ed)

🐛 Bug Fixes

  • fix: check for abbr status in on whitespace input (421ede5)
  • fix: delete keybindings when uninstalling (11ce0ae)
  • fix: don't show tips if abbr was used and options added (a2b5214)
  • fix: prompt variable not properly set (1cc43e0)
  • fix: properly resetting abbr status (59e90e2)
  • fix: reset abbr status after displaying tip (46c70c1)