Skip to content

Releases: victorporof/Sublime-HTMLPrettify

2.2.6

26 Oct 05:08
Compare
Choose a tag to compare
  • Updated jsbeautify to latest version

2.2.5

02 Oct 18:41
Compare
Choose a tag to compare
  • Added core-js as a dependency to fix runtime errors introduced by updating to babel 7.

2.2.3

02 Oct 07:29
Compare
Choose a tag to compare
  • Add support for old node 0.x.x versions via both transpilation and polyfills

2.2.2

30 Sep 12:41
Compare
Choose a tag to compare
  • Fixed a glob typo in the default eslint settings

2.2.1

30 Sep 11:19
Compare
Choose a tag to compare
  • Support for JSX is now enabled by default

2.2.0

30 Sep 10:54
Compare
Choose a tag to compare
  • Updated jsbeautify to latest version
  • Added default support for vue formatting
  • Supporting ~components in node-js paths

2.1.4

23 May 10:12
Compare
Choose a tag to compare

Fixed an error caused by promise API warnings with the latest version of node.

2.1.3

02 Aug 17:37
Compare
Choose a tag to compare
  • Fixed ‘[WinError 6] The handle is invalid‘ errors.

2.1.2

02 Aug 08:40
Compare
Choose a tag to compare
  • Consolidate file type verification and better support scratch buffers.

2.1.1

02 Aug 08:03
Compare
Choose a tag to compare
  • Gracefully handle malformed global_file_rules settings. Ignore html, css, js, and json files without a corresponding key existing in this object.