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

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ## 0.1.0
  2. * Initial release.
  3. * Basic Sass syntax support. Now supporting nesting and pseudo-classes.
  4. ## 0.2.0
  5. * Fixed nesting.
  6. * Variables, comments, '!important' support.
  7. * Added Stringifier.
  8. ## 0.3.0
  9. * Refactoring (@sdwvit).
  10. * List/map.
  11. * Loop.
  12. * Move to ES6 syntax (@gucong3000).
  13. * Test cases for `stylelint` (@gucong3000).
  14. * Multiline comments (@gucong3000).
  15. * Interpolation.
  16. ## 0.3.1
  17. * Dependencies update (postcss, eslint, jest, postcss-parser-tests, postcss-scss).
  18. * `hoek` dependency security fix.
  19. ## 0.3.2
  20. * Fix percentage unit for value of property (@renataogarcia).
  21. ## 0.3.3
  22. * Updated dependencies.
  23. ## 0.3.4
  24. * Added `source` and `parent` fields to comment node.
  25. ## 0.3.5
  26. * Minor updates in comment node.
  27. ## 0.4.0
  28. * Added support for media queries.
  29. * Updated dependencies.
  30. ## 0.4.1
  31. * Return null if node in `process` method didn't find.
  32. ## 0.4.2
  33. * Added ignoring of unsupported rules which starts from `@` (@alpaca-tc).