You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
2.2 KiB

4 years ago
  1. # 4.0.0-rc.0
  2. * Breaking: Drops support for Node 0.12, we now require at least Node 4.
  3. * Breaking: Update PostCSS to 6.0.0.
  4. * Breaking: `stripWWW` is now set to `false` by default.
  5. # 3.0.8
  6. * Fixes `@namespace` URL conversion; now the semantics of the URL are preserved
  7. and only the `url(foo)` to `"foo"` optimisation is performed.
  8. # 3.0.7
  9. * Fix `main` field in `package.json`.
  10. # 3.0.6
  11. * Now compiled with Babel 6.
  12. # 3.0.5
  13. * Fixes an issue where base64 encoded OpenType font urls were being erroneously
  14. converted by the module (thanks to @ln-e).
  15. # 3.0.4
  16. * Fixes incorrect minification of empty non-url functions.
  17. # 3.0.3
  18. * Updates postcss-value-parser to version 3 (thanks to @TrySound).
  19. # 3.0.2
  20. * Fixes incorrect minification of chrome-extension urls.
  21. # 3.0.1
  22. * Bump postcss-value-parser to `2.0.2`.
  23. # 3.0.0
  24. * Upgraded to PostCSS 5.
  25. # 2.1.3
  26. * Replaces trim space nodes function with a built in method
  27. of postcss-value-parser.
  28. # 2.1.2
  29. * postcss-normalize-url now uses postcss-value-parser to iterate
  30. url values (thanks to @TrySound).
  31. * Fixed `@namespace` URL reduction behaviour. (thanks to @TrySound).
  32. # 2.1.1
  33. * Increased performance by using a single call to `eachInside` rather than two.
  34. # 2.1.0
  35. * Adds `keepWWW` option.
  36. * Compatibility fixes for `is-absolute-url@2.0.0`.
  37. # 2.0.3
  38. * Fixes an issue where embedded base 64 data was being converted as if it were
  39. a URL.
  40. # 2.0.2
  41. * Addresses an issue where relative path separators were converted to
  42. backslashes on Windows.
  43. # 2.0.1
  44. * Documentation/metadata tweaks for plugin guidelines compatibility.
  45. * Bump css-list to 0.1.0, use instead of postcss.list.space for namespace
  46. rule normalization.
  47. # 2.0.0
  48. * Improved URL detection when using two or more in the same declaration.
  49. * node 0.10 is no longer supported.
  50. # 1.2.1
  51. * Patch to address incorrect transformation of `@document` rules.
  52. # 1.2.0
  53. * Fixes an issue where options could not be passed through.
  54. * Support for normalising URLs in `@namespace` rules.
  55. # 1.1.0
  56. * Now uses the PostCSS `4.1` plugin API.
  57. # 1.0.2
  58. * Adds a JSHint config, code tidied up.
  59. # 1.0.1
  60. * Bug fix; does not transform embedded base 64 or svg images.
  61. # 1.0.0
  62. * Initial release.