- Fix collaption of a block when line contains "do"
- Change keymaps for MacOS
- Add keywords to package.json
- Dispose of command's subscription on deactivate
- Use subscriber for command activation
- Fix do-end when method inside
- Fix deprecated editor class in keymaps
- Fix do end converter when no spaces inside of braces
- Changed Mac keymaps to match Linux
- Fixed deprecations
- Reset cursor to original position for better undoing
- Replace deprecated transaction methods
- Fixed some rspec examples
- Changed Linux/Win keymaps
- Fixed deprecations
- Added tests for folded text
- Added config for max lines to go up/down
- Changed command names from camel case to lowercase dashed
- Fix deprecations
- Remove extra tabs and spaces when joining lines
- Tries to skip hashes
- Add new command - curly converter without collapse
- Add new command - block converter without join
- Ignore string interpolation
- Added support for nested blocks
- Added support for multi-line blocks
- Revised/Cleaned up code
- Added Travis CI
- Revised/Cleaned up code
- Initial