- Fix error due to change in API in latest Atom version (7b65f4bb)
- Implement supporting prefix with several spaces and comment chars (ec59ccb0)
- Fix potential error if the grammar doesn't have a comment form (36edf3ec)
- Implement preserving single comment before the expression to convert (71252b8c, #3)
- Implement stripping trailing whitespaces and empty lines (0ce1cf37, #6)
- 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)
- Fix invalid scope since use of custom elements (146ac59c)
- Fix deprecations (48471981)
- Fix deprecations (5b5d674f)
- 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)