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 837B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Change Log
  2. This project adheres to [Semantic Versioning](http://semver.org/).
  3. ## 2.0
  4. * Remove Node.js 9 and Node.js 4 support (by Aleks Hudochenkov).
  5. * Remove IE and “dead” browsers from Babel.
  6. * Use PostCSS 7.0 (by Aleks Hudochenkov).
  7. ## 1.0.1
  8. * Fix nested inline comments parsing.
  9. ## 1.0
  10. * Use PostCSS 6.0.
  11. * Use `babel-preset-env`.
  12. ## 0.2
  13. * Show error on semicolons and curly brackets.
  14. * Fix source map mappings.
  15. ## 0.1.6
  16. * Fix empty comments parsing.
  17. ## 0.1.5
  18. * Put comments after declaration semicolon.
  19. * Use PostCSS 5.1.
  20. ## 0.1.4
  21. * Fix parsing nested properties.
  22. ## 0.1.3
  23. * Fix source map generation.
  24. ## 0.1.2
  25. * Fix rule/declaration selection in nested rules.
  26. ## 0.1.1
  27. * Fix comment between declaration case.
  28. * Add logo (by Maria Keller).
  29. ## 0.1
  30. * Add selector pseudo-classes support.
  31. ## 0.0.1
  32. * Initial release.