Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 3 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Change Log
  2. This project adheres to [Semantic Versioning](http://semver.org/).
  3. ## 4.0.1
  4. * Remove development file from npm package.
  5. ## 4.0
  6. * Remove Node.js 9 and Node.js 4 support.
  7. * Remove IE and “dead” browsers from Babel.
  8. * Use PostCSS 7.0.
  9. ## 3.0.1
  10. * Fix parsing IE filter with missed semicolon.
  11. ## 3.0
  12. * Use PostCSS 6.0.
  13. * Use `babel-preset-env`.
  14. ## 2.0.1
  15. * Do not fall on colon instead of semicolon in the declaration end.
  16. ## 2.0
  17. * Use PostCSS 5.2 core tokenizer.
  18. ## 1.0.7
  19. * Parse new lines according W3C CSS syntax specification.
  20. ## 1.0.6
  21. * Fix package dependencies.
  22. ## 1.0.5
  23. * Fix CSS syntax error position on unclosed quotes.
  24. ## 1.0.4
  25. * Fix wrong `main` in `package.json`.
  26. ## 1.0.3
  27. * Remove Babel from dependencies (by Jonny Buchanan).
  28. ## 1.0.2
  29. * Clean code for PostCSS 5.0.13 internal changes.
  30. * Use Babel 6.
  31. ## 1.0.1
  32. * Fix `url()` parsing.
  33. ## 1.0
  34. * Initial release from PostCSS sources.