All notable changes to the "break-from-comma" extension will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Initial Release
- New Line support
{ a,
b,
c }
to
{
a,
b,
c
}
- Support for tabs
- Fix for spaces being removed.
- New GIF Demo
- Fixed GIF Example
- Fixed Release number
- Multiple Cursor support
- ES6
- ESLint
- Tests
- Sort generated rows