Skip to content

Latest commit

 

History

History
74 lines (57 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

74 lines (57 loc) · 1.47 KB

1.7.0

December 19, 2018

  • Fix jsx syntax when using tree sitter
  • Fix redo for start tag sync

1.6.1

December 15, 2018

  • Fix html syntax when using tree sitter

1.5.0

May 8, 2018

  • Add Laravel Blade to default scopes

1.4.1

May 1, 2018

  • Improve logic for making sure current tag is complete before searching for match

1.4.0

April 27, 2018

  • Fix bug when adding inner tag that is similar to it's parent

1.3.0

April 26, 2018

  • Changed allowEndTagSync config default to false
  • Added erb and php to default enabled scopes

1.2.0

April 24, 2018

  • Removed deprecated undo option from setTextInBufferRange

1.1.0

November 3, 2017

  • Added option to disable end tag syncing

1.0.0

November 3, 2017

  • Get clipboard history working

0.9.0

June 29, 2017

  • Add support for editing end tag

0.8.0

March 27, 2017

  • Code clean up

0.7.0

March 24, 2017

  • Allowed backspacing into tag to edit it

0.6.0

March 14, 2017

  • Added support for xml and marko

0.5.0

March 14, 2017

  • Really fix tags with attributes not on the first line
  • Don't allow invalid characters in tags to have an effect

0.4.0

August 10, 2016

  • Fixed tag finding regex when the tag has no attributes on the first line, but attributes on the second line

0.3.0

August 10, 2016

  • Fixed tag finding regex so php/erb inside of a tag is not confused for an html tag

0.2.0

May 23, 2016

  • Added support for JSX and Angular

0.1.0

May 12, 2016

  • First Release