- Fixes
@namespace
URL conversion; now the semantics of the URL are preserved
and only the url(foo)
to "foo"
optimisation is performed.
- Fix
main
field in package.json
.
- Now compiled with Babel 6.
- Fixes an issue where base64 encoded OpenType font urls were being erroneously
converted by the module (thanks to @ln-e).
- Fixes incorrect minification of empty non-url functions.
- Updates postcss-value-parser to version 3 (thanks to @TrySound).
- Fixes incorrect minification of chrome-extension urls.
- Bump postcss-value-parser to
2.0.2
.
- Replaces trim space nodes function with a built in method
of postcss-value-parser.
- postcss-normalize-url now uses postcss-value-parser to iterate
url values (thanks to @TrySound).
- Fixed
@namespace
URL reduction behaviour. (thanks to @TrySound).
- Increased performance by using a single call to
eachInside
rather than two.
- Adds
keepWWW
option.
- Compatibility fixes for
is-absolute-url@2.0.0
.
- Fixes an issue where embedded base 64 data was being converted as if it were
a URL.
- Addresses an issue where relative path separators were converted to
backslashes on Windows.
- Documentation/metadata tweaks for plugin guidelines compatibility.
- Bump css-list to 0.1.0, use instead of postcss.list.space for namespace
rule normalization.
- Improved URL detection when using two or more in the same declaration.
- node 0.10 is no longer supported.
- Patch to address incorrect transformation of
@document
rules.
- Fixes an issue where options could not be passed through.
- Support for normalising URLs in
@namespace
rules.
- Now uses the PostCSS
4.1
plugin API.
- Adds a JSHint config, code tidied up.
- Bug fix; does not transform embedded base 64 or svg images.