Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Latest commit

 

History

History
53 lines (44 loc) · 698 Bytes

CHANGELOG.md

File metadata and controls

53 lines (44 loc) · 698 Bytes

Change Log

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.

[1.0]

  • Initial Release

[1.1.0]

Changed

  • New Line support
{ a,
  b,
  c }

to

{
    a,
    b,
    c
}

[1.1.2]

Added

  • Support for tabs

[1.1.3]

Fixed

  • Fix for spaces being removed.

[1.1.4]

Changed

  • New GIF Demo

[1.1.5]

Changed

  • Fixed GIF Example

[1.1.6]

Changed

  • Fixed Release number

[Unreleased]

Added

  • Multiple Cursor support
  • ES6
  • ESLint
  • Tests
  • Sort generated rows