Skip to content

Latest commit

 

History

History
99 lines (61 loc) · 1.76 KB

File metadata and controls

99 lines (61 loc) · 1.76 KB

Changelog

All notable changes to this project will be documented in this file.

[0.8.0] - 2019-04-17

Changed

  • Pretty Diff formatting bug has been solved correctly

Added

  • Added many more configuration options

[0.7.0] - 2019-04-01

Changed

  • Fixed bug that clears entire document and only leaves the script tag
  • Preserved new lines
  • Updated packages
  • Converted extension to ES6

[0.6.0] - 2019-02-26

Changed

  • Updated snippets for Craft CMS 3

[0.5.1] - 2019-01-31

Added

  • Add changelog (finally)

Changed

  • Update Prettydiff package to 100.1.7

[0.4.4] - 2019-01-05

Changed

  • Move to Pretty Diff 3
  • Clean up package.json
  • Refactor format selection based on Unibeautify and Prettier
  • Fix extension settings to match Pretty Diff 3's option changes
  • Fix tab size issue
  • Update readme to be more clear about limitations of the extension

[0.3.2] - 2018-04-02

Changed

  • Fix issues with snippes
  • Refine readme documentation

[0.2.11] - 2018-01-20

Added

  • Option to disable formatter

Changed

  • Experiment with activation events
  • Fix configuration options

[0.1.5] - 2017-11-13

Added

  • Add options for configuration in VS Code
  • Format selection functionality
  • Add Prettty Diff 2 as an NPM package
  • Create hover features for VS Code

Changed

  • Update readme
  • Fix gitignore
  • Change extension.js to add configuration to Pretty Diff

Removed

  • Remove Pretty Diff 2 as a library

[0.1.1] - 2017-11-12

Added

  • Create a comprehensive readme file
  • Initial changelog
  • Add Craft/Twig snippets
  • Syntax highlighting for twig files
  • Initialise VS Code extension using Yeoman
  • Add icon for Twig Language extension
  • Use Pretty Diff 2 as the primary Twig formatter
  • Create extension.js file