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

1234567891011121314151617181920212223242526
  1. # Change Log
  2. ## [v4.0.1] - 2017-01-04
  3. ### Fixed
  4. - jsnext build uses `babel-plugin-transform-builtin-extend` (#27)
  5. ## [v4.0.0] - 2016-10-03
  6. ### Added
  7. - jsnext build (#26)
  8. ## [v3.2.0] - 2016-09-29
  9. ### Added
  10. - TypeScript definitions (#24)
  11. ## [v3.1.0] - 2016-09-08
  12. ### Changed
  13. - Point jsnext build to transpiled code (#23)
  14. ## [v3.0.1] - 2016-07-14
  15. ### Changed
  16. - Move Babel config to `.babelrc` (#20)
  17. ## [v3.0.0] - 2016-05-18
  18. ### Changed
  19. - Upgrade to Babel 6 (#16)
  20. - Make `message`, `name`, and `stack` properties configurable (to match built-in `Error`) (#17)