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.

CHANGES.md 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Changes
  2. ## 1.8.3
  3. - [`6af2d0c`](https://github.com/sinonjs/commons/commit/6af2d0cf33e9fd1e4aaef5308fd16a9cd78a5782)
  4. Bump y18n from 4.0.0 to 4.0.1 (dependabot[bot])
  5. >
  6. > Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
  7. > - [Release notes](https://github.com/yargs/y18n/releases)
  8. > - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
  9. > - [Commits](https://github.com/yargs/y18n/commits)
  10. >
  11. > Signed-off-by: dependabot[bot] <support@github.com>
  12. _Released on 2021-04-08._
  13. ## 1.8.2
  14. - [`6b7a796`](https://github.com/sinonjs/commons/commit/6b7a796ffc088b43dc283cc4477a7d641720dc96)
  15. Add .d.ts files to package (Morgan Roderick)
  16. >
  17. > In order to improve the experience of TypeScript users, we are compiling
  18. > `.d.ts` files from the JSDoc and distributing them with the package
  19. >
  20. _Released on 2021-01-13._
  21. ## 1.8.1
  22. - [`07b9e7a`](https://github.com/sinonjs/commons/commit/07b9e7a1d784771273a9a58d74945bbc7319b5d4)
  23. Optimize npm package size (Uladzimir Havenchyk)
  24. _Released on 2020-07-17._
  25. ## 1.8.0
  26. - [`4282205`](https://github.com/sinonjs/commons/commit/4282205343a4dcde2a35ccf2a8c2094300dad369)
  27. Emit deprecationg warnings in node, and keep console info in browsers (mshaaban0)
  28. _Released on 2020-05-20._
  29. ## 1.7.2
  30. - [`76ad9c1`](https://github.com/sinonjs/commons/commit/76ad9c16bad29f72420ed55bdf45b65d076108c8)
  31. Fix generators causing exceptions in function-name (Sebastian Mayr)
  32. _Released on 2020-04-08._
  33. ## 1.7.1
  34. - [`0486d25`](https://github.com/sinonjs/commons/commit/0486d250ecec9b5f9aa2210357767e413f4162d3)
  35. Upgrade eslint-config-sinon, add eslint-plugin-jsdoc (Morgan Roderick)
  36. >
  37. > This adds linting of jsdoc
  38. >
  39. _Released on 2020-02-19._