Skip to content

v2.0.0

Compare
Choose a tag to compare
@miickel miickel released this 19 Jun 11:17
· 49 commits to master since this release

In this release we replace js-string-escape with jsesc, which handles the string escaping more efficiently by avoiding unnecessary escape characters (quotes).

This change is breaking, as from now on we only support Node versions >= 4.2 (previously 0.8). For older versions of Node, please revert back to using v1.9.1 of this plugin.