Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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.

CHANGELOG.md 947B

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