web 3d图形渲染器
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.

61 lines
1.1 KiB

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