Releases: victorporof/Sublime-HTMLPrettify
Releases · victorporof/Sublime-HTMLPrettify
2.2.6
2.2.5
- Added core-js as a dependency to fix runtime errors introduced by updating to babel 7.
2.2.3
- Add support for old node 0.x.x versions via both transpilation and polyfills
2.2.2
- Fixed a glob typo in the default eslint settings
2.2.1
- Support for JSX is now enabled by default
2.2.0
- Updated jsbeautify to latest version
- Added default support for vue formatting
- Supporting
~
components in node-js paths
2.1.4
Fixed an error caused by promise API warnings with the latest version of node.
2.1.3
- Fixed ‘[WinError 6] The handle is invalid‘ errors.
2.1.2
- Consolidate file type verification and better support scratch buffers.
2.1.1
- Gracefully handle malformed
global_file_rules
settings. Ignore html, css, js, and json files without a corresponding key existing in this object.