11[ ![ Build Status] [ build-image ]] [ build-url ]
2- [ ![ Test Coverage] [ cover-image ]] [ cover-url ]
32[ ![ npm Version] [ npm-image ]] [ npm-url ]
43[ ![ License] [ license-image ]] [ license-url ]
54
@@ -12,7 +11,7 @@ With *cleanup*, you have:
1211* Removal of JavaScript comments through powerful filters (configurable)
1312* Normalization of line endings (Unix, Mac, or Windows)
1413* Empty lines compactation (configurable)
15- * Remotion of trailing spaces
14+ * Remotion of trailing spaces preserving ES6 Template Literal Strings
1615* Source Map support
1716
1817Please see [ Whats New] ( #whats-new ) , cleanup v2.0.0 requires node v4.2 or above.
@@ -106,14 +105,11 @@ This filter will preserve multiline comments starting with a dash, in addition t
106105
107106### What's New
108107
109- - Requires node v4.2 or later.
110- - Emission of source map honors the Rollup ` sourceMap ` or ` sourcemap ` (lowercased) options.
111- - Generated errors are displayed through the standard Rollup's ` error ` method.
112- - Fixed tests to match rollup v0.48.x parameters and async operation.
113- - Now the plugin operation is async and returns a Promise.
114- - Using facebook [ jest] ( http://facebook.github.io/jest/ ) for tests.
115-
108+ - Adds rollup >=0.50 as peerDependencies, hope to update devDependencies soon\* .
109+ - Preserves empty lines inside ES6 Template Literal Strings, thanks to @mkhl .
110+ - Welcome to @mkhl to the rollup-plugin-cleanup team!
116111
112+ \* MagicString v0.24.x has great enhancements, but it needs testing with this plugin.
117113
118114---
119115
0 commit comments