Skip to content

Latest commit

 

History

History
80 lines (49 loc) · 3.7 KB

CHANGELOG.md

File metadata and controls

80 lines (49 loc) · 3.7 KB

v0.5.4 (2016-08-23)

🐛 Bug Fixes

  • Fix error due to change in API in latest Atom version (7b65f4bb)

v0.5.3 (2015-11-19)

✨ Features

  • Implement supporting prefix with several spaces and comment chars (ec59ccb0)

v0.5.2 (2015-10-12)

🐛 Bug Fixes

  • Remove oniguruma from dependencies (4bf6e47e, #7)

v0.5.1 (2015-10-07)

🐛 Bug Fixes

  • Fix potential error if the grammar doesn't have a comment form (36edf3ec)

v0.5.0 (2015-10-07)

✨ Features

  • Implement preserving single comment before the expression to convert (71252b8c, #3)
  • Implement stripping trailing whitespaces and empty lines (0ce1cf37, #6)

🐛 Bug Fixes

  • Fix indentation not preserved on conversion (e5587d71, #5)

v0.4.0 (2015-04-28)

✨ Features

  • Implement a figlet:convert-last command (805d209c, #1)
    It’ll convert the selection without prompting for the font. It’ll just reuse either the settings value or the last picked font.
  • Add an atom-panel wrapper on the figlet font list (50442063)

🐛 Bug Fixes

  • Fix invalid scope since use of custom elements (146ac59c)

v0.3.1 (2015-01-23)

🐛 Bug Fixes

v0.3.0 (2015-01-23)

🐛 Bug Fixes

v0.1.0 (2014-06-06)

✨ Features

  • Add test to verify the panel removal on confirmation (f7fd502f)
  • Implement ascii conversion (4ca260dd)
  • Add test for default selection (1c25ed33)
  • Implement fonts loading and default selection (c88b3fd4)
  • Add test case for empty selection (3ea789f2)
  • Add font list view attachment specs (f10e1201)
  • Add travis build status (55136470)