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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. # Release history
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
  4. and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
  5. <details>
  6. <summary><strong>Guiding Principles</strong></summary>
  7. - Changelogs are for humans, not machines.
  8. - There should be an entry for every single version.
  9. - The same types of changes should be grouped.
  10. - Versions and sections should be linkable.
  11. - The latest version comes first.
  12. - The release date of each versions is displayed.
  13. - Mention whether you follow Semantic Versioning.
  14. </details>
  15. <details>
  16. <summary><strong>Types of changes</strong></summary>
  17. Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_):
  18. - `Added` for new features.
  19. - `Changed` for changes in existing functionality.
  20. - `Deprecated` for soon-to-be removed features.
  21. - `Removed` for now removed features.
  22. - `Fixed` for any bug fixes.
  23. - `Security` in case of vulnerabilities.
  24. </details>
  25. ## [6.0.3] - 2020-01-16
  26. - Merge pull request #31 for issue #30
  27. ## [6.0.0] - 2017-10-13
  28. - refactor code to be more performant
  29. - refactor benchmarks
  30. ## [5.1.0] - 2017-10-13
  31. **Added**
  32. - Merge pull request #15 from aretecode/patch-1
  33. - adds support and tests for string & array iterators
  34. **Changed**
  35. - updates benchmarks
  36. ## [5.0.2] - 2017-08-02
  37. - Merge pull request #14 from struct78/master
  38. - Added `undefined` check
  39. ## [5.0.0] - 2017-06-21
  40. - Merge pull request #12 from aretecode/iterator
  41. - Set Iterator + Map Iterator
  42. - streamline `isbuffer`, minor edits
  43. ## [4.0.0] - 2017-05-19
  44. - Merge pull request #8 from tunnckoCore/master
  45. - update deps
  46. ## [3.2.2] - 2017-05-16
  47. - fix version
  48. ## [3.2.1] - 2017-05-16
  49. - add browserify
  50. ## [3.2.0] - 2017-04-25
  51. - Merge pull request #10 from ksheedlo/unrequire-buffer
  52. - add `promise` support and tests
  53. - Remove unnecessary `Buffer` check
  54. ## [3.1.0] - 2016-12-07
  55. - Merge pull request #7 from laggingreflex/err
  56. - add support for `error` and tests
  57. - run update
  58. ## [3.0.4] - 2016-07-29
  59. - move tests
  60. - run update
  61. ## [3.0.3] - 2016-05-03
  62. - fix prepublish script
  63. - remove unused dep
  64. ## [3.0.0] - 2015-11-17
  65. - add typed array support
  66. - Merge pull request #5 from miguelmota/typed-arrays
  67. - adds new tests
  68. ## [2.0.1] - 2015-08-21
  69. - use `is-buffer` module
  70. ## [2.0.0] - 2015-05-31
  71. - Create fallback for `Array.isArray` if used as a browser package
  72. - Merge pull request #2 from dtothefp/patch-1
  73. - Merge pull request #3 from pdehaan/patch-1
  74. - Merge branch 'master' of https://github.com/chorks/kind-of into chorks-master
  75. - optimizations, mostly date and regex
  76. ## [1.1.0] - 2015-02-09
  77. - adds `buffer` support
  78. - adds tests for `buffer`
  79. ## [1.0.0] - 2015-01-19
  80. - update benchmarks
  81. - optimizations based on benchmarks
  82. ## [0.1.2] - 2014-10-26
  83. - return `typeof` value if it's not an object. very slight speed improvement
  84. - use `.slice`
  85. - adds benchmarks
  86. ## [0.1.0] - 2014-9-26
  87. - first commit
  88. [6.0.0]: https://github.com/jonschlinkert/kind-of/compare/5.1.0...6.0.0
  89. [5.1.0]: https://github.com/jonschlinkert/kind-of/compare/5.0.2...5.1.0
  90. [5.0.2]: https://github.com/jonschlinkert/kind-of/compare/5.0.1...5.0.2
  91. [5.0.1]: https://github.com/jonschlinkert/kind-of/compare/5.0.0...5.0.1
  92. [5.0.0]: https://github.com/jonschlinkert/kind-of/compare/4.0.0...5.0.0
  93. [4.0.0]: https://github.com/jonschlinkert/kind-of/compare/3.2.2...4.0.0
  94. [3.2.2]: https://github.com/jonschlinkert/kind-of/compare/3.2.1...3.2.2
  95. [3.2.1]: https://github.com/jonschlinkert/kind-of/compare/3.2.0...3.2.1
  96. [3.2.0]: https://github.com/jonschlinkert/kind-of/compare/3.1.0...3.2.0
  97. [3.1.0]: https://github.com/jonschlinkert/kind-of/compare/3.0.4...3.1.0
  98. [3.0.4]: https://github.com/jonschlinkert/kind-of/compare/3.0.3...3.0.4
  99. [3.0.3]: https://github.com/jonschlinkert/kind-of/compare/3.0.0...3.0.3
  100. [3.0.0]: https://github.com/jonschlinkert/kind-of/compare/2.0.1...3.0.0
  101. [2.0.1]: https://github.com/jonschlinkert/kind-of/compare/2.0.0...2.0.1
  102. [2.0.0]: https://github.com/jonschlinkert/kind-of/compare/1.1.0...2.0.0
  103. [1.1.0]: https://github.com/jonschlinkert/kind-of/compare/1.0.0...1.1.0
  104. [1.0.0]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...1.0.0
  105. [0.1.2]: https://github.com/jonschlinkert/kind-of/compare/0.1.0...0.1.2
  106. [0.1.0]: https://github.com/jonschlinkert/kind-of/commit/2fae09b0b19b1aadb558e9be39f0c3ef6034eb87
  107. [Unreleased]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...HEAD
  108. [keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog