项目原始demo,不改动
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Este repositório está arquivado. Pode ver ficheiros e cloná-lo, mas não pode fazer envios ou lançar questões ou pedidos de integração.

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