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 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. # Change Log
  2. This project adheres to [Semantic Versioning](http://semver.org/).
  3. ## 2.1.1
  4. * Add `*.d.ts` files to npm package.
  5. ## 2.1
  6. * Add TypeScript support (by Natalie Weizenbaum).
  7. * Reduce npm package size.
  8. ## 2.0
  9. * Remove Node.js 9 and Node.js 4 support.
  10. * Remove IE and “dead” browsers from Babel.
  11. * Use PostCSS 7.0.
  12. ## 1.0.6
  13. * Fix parsing nested at-rules without semicolon, params, and spaces.
  14. * Fix parsing string in interpolation in string.
  15. ## 1.0.5
  16. * Fix parsing `url( http://example.com )` with spaces inside.
  17. ## 1.0.4
  18. * Fix parsing inline cpmments inside selectors.
  19. ## 1.0.3
  20. * Remove development sections from published `package.json`.
  21. ## 1.0.2
  22. * Fix escape sequences parsing (by Oleh Kuchuk).
  23. ## 1.0.1
  24. * Fix position of multiline `url()`.
  25. ## 1.0
  26. * Use PostCSS 6.0.
  27. * Use `babel-preset-env`.
  28. ## 0.4.1
  29. * Fix compatibility with PostCSS 5.2.13.
  30. ## 0.4
  31. * Add mixed comments support (`// width: 5% /* width: 6% */`)
  32. ## 0.3.1
  33. * Fix parsing selector with interpolation in pseudo-class.
  34. ## 0.3
  35. * Use PostCSS 5.2.
  36. ## 0.2.1
  37. * Fix nested prop parser for prefixed pseudo.
  38. ## 0.2
  39. * Add nested properties support (by dryoma).
  40. ## 0.1.9
  41. * Use PostCSS 5.1.
  42. * Add source maos to build JS files.
  43. * Fix interpolation in `url()`.
  44. ## 0.1.8
  45. * Fix interpolation-in-interpolation parsing.
  46. * Fix at-rule with interpolation parsing.
  47. ## 0.1.7
  48. * Fix inline comments with Windows new lines.
  49. ## 0.1.6
  50. * Parse new lines according W3C CSS syntax specification.
  51. ## 0.1.5
  52. * Fix package dependencies.
  53. ## 0.1.4
  54. * Fix CSS syntax error position on unclosed quotes.
  55. ## 0.1.3
  56. * Fix ES2015 module export.
  57. ## 0.1.2
  58. * Fix interpolation inside string.
  59. ## 0.1.1
  60. * Fix `url()` parsing.
  61. ## 0.1
  62. * Initial release.