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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. # Changes
  2. ## 6.0.2
  3. - [`144204d`](https://github.com/sinonjs/samsam/commit/144204d505526d5c382cb2f3dc2c2dd1378fe12d)
  4. Fix deep equal comparison between promises (#217) (David G. Miguel)
  5. _Released on 2021-05-24._
  6. ## 6.0.1
  7. - [`decfafe`](https://github.com/sinonjs/samsam/commit/decfafe72d8b2d159cfc49440a8f4af6d3e9c574)
  8. Bump y18n from 4.0.0 to 4.0.1 (dependabot[bot])
  9. >
  10. > Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
  11. > - [Release notes](https://github.com/yargs/y18n/releases)
  12. > - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
  13. > - [Commits](https://github.com/yargs/y18n/commits)
  14. >
  15. > Signed-off-by: dependabot[bot] <support@github.com>
  16. _Released on 2021-04-08._
  17. ## 6.0.0
  18. - [`95d1dce`](https://github.com/sinonjs/samsam/commit/95d1dce07f47b7bbb84111c42f44ecd9466dc2c8)
  19. Use @sinonjs/eslint-config (Morgan Roderick)
  20. >
  21. > This drops support for legacy runtimes like IE11, legacy Edge, Safari 9 and the like
  22. _Released on 2021-03-30._
  23. ## 5.3.1
  24. - [`04e0faa`](https://github.com/sinonjs/samsam/commit/04e0faa88d8a08325c6d70febed9dad4e7eeabfe)
  25. Distribute package as source (Morgan Roderick)
  26. >
  27. > This library is not meant for writing end user applications or even for
  28. > being used directly when writing tests. It is not meant to be loaded
  29. > directly by browsers.
  30. >
  31. > Consumers of this package are assumed to use their own bundlers, should
  32. > they need to bundle code for use in browsers or workers.
  33. >
  34. > Therefore, it is safe to distribute the package as source files and not
  35. > bundle them up.
  36. >
  37. > This allows us to remove the bundler and its transitive dependencies,
  38. > which reduces the maintenance burden of managing the library.
  39. >
  40. _Released on 2021-01-13._
  41. ## 5.3.0
  42. - [`fd8aabd`](https://github.com/sinonjs/samsam/commit/fd8aabd3768c199abc717dc6d793ef136419be72)
  43. Generate .d.ts from JSDoc (Morgan Roderick)
  44. >
  45. > See https://humanwhocodes.com/snippets/2020/10/create-typescript-declarations-from-javascript-jsdoc/
  46. >
  47. _Released on 2020-11-16._
  48. ## 5.2.0
  49. - [`f27b87c`](https://github.com/sinonjs/samsam/commit/f27b87cbd493a09e4a3181cf36f503facbbb23fb)
  50. Add match.json (Maximilian Antoni)
  51. _Released by [Maximilian Antoni](https://github.com/mantoni) on 2020-10-06._
  52. ## 5.1.0
  53. - [`820c296`](https://github.com/sinonjs/samsam/commit/820c2961f70208367e1c072ae9a581eefd0d8d18)
  54. Evaluate symbol keys for object matchers (#206) (Joel Bradshaw)
  55. >
  56. > * Make match() work for objects with symbol keys
  57. _Released on 2020-08-11._
  58. ## 5.0.3
  59. - [`9d2add0`](https://github.com/sinonjs/samsam/commit/9d2add01eba85eb17ddb91ac22404fb6c23e8d39)
  60. Remove unused @sinonjs/formatio (Morgan Roderick)
  61. >
  62. > As can be seen with searching the codebase, @sinonjs/formatio is never
  63. > imported, and is thus not a direct dependency of @sinonjs/samsam.
  64. >
  65. _Released on 2020-02-28._
  66. ## 5.0.2
  67. - [`f9e845a`](https://github.com/sinonjs/samsam/commit/f9e845a52ba50916df91335d2003a81a808a4ade)
  68. Bump formatio to latest major (Morgan Roderick)
  69. >
  70. > This will remove some duplication in Sinon, see https://github.com/sinonjs/sinon/issues/2224
  71. >
  72. _Released on 2020-02-20._
  73. ## 5.0.1
  74. - [`fe5d035`](https://github.com/sinonjs/samsam/commit/fe5d03532ea6cdbec857c49d18392d668cca8ef2)
  75. Bump jsdom from 15.2.1 to 16.2.0 (dependabot-preview[bot])
  76. >
  77. > Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.2.1 to 16.2.0.
  78. > - [Release notes](https://github.com/jsdom/jsdom/releases)
  79. > - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
  80. > - [Commits](https://github.com/jsdom/jsdom/compare/15.2.1...16.2.0)
  81. >
  82. > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  83. - [`910af18`](https://github.com/sinonjs/samsam/commit/910af18be1bd57c6237399ca04cbef91d994a38a)
  84. Remove maintenance junk from CHANGES.md (Morgan Roderick)
  85. _Released on 2020-02-18._
  86. ## 5.0.0
  87. - [`f288430`](https://github.com/sinonjs/samsam/commit/f2884309c9bf68b02ecfda3bd1df8d7a7a31686b)
  88. Drop support for Node 8 (Morgan Roderick)
  89. >
  90. > As can be seen at https://github.com/nodejs/Release, Node 8 reached
  91. > "end" of life on 2019-12-31, and is no longer actively supported.
  92. >
  93. > We will stop testing in Node 8 and start testing in Node 13, which will
  94. > become the next LTS release from April 2020.
  95. >
  96. _Released on 2020-02-18._
  97. ## 4.2.2
  98. - [`c600d6c`](https://github.com/sinonjs/samsam/commit/c600d6cb6c1bec8d65bc718bd9268311204597bc)
  99. Fix issue with nested array matching (Jay Merrifield)
  100. - [`8b37566`](https://github.com/sinonjs/samsam/commit/8b37566ea73bee512fbc4203c07678288f906bda)
  101. Bump eslint from 6.7.2 to 6.8.0 (dependabot-preview[bot])
  102. >
  103. > Bumps [eslint](https://github.com/eslint/eslint) from 6.7.2 to 6.8.0.
  104. > - [Release notes](https://github.com/eslint/eslint/releases)
  105. > - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
  106. > - [Commits](https://github.com/eslint/eslint/compare/v6.7.2...v6.8.0)
  107. >
  108. > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  109. - [`b7c5db9`](https://github.com/sinonjs/samsam/commit/b7c5db9e7847204188c112843bb193248d0b5156)
  110. Bump eslint-plugin-prettier from 3.1.1 to 3.1.2 (dependabot-preview[bot])
  111. >
  112. > Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.1 to 3.1.2.
  113. > - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
  114. > - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
  115. > - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.1.1...v3.1.2)
  116. >
  117. > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  118. - [`8965384`](https://github.com/sinonjs/samsam/commit/8965384818697b7b36537619922b3c378bfd0b42)
  119. Bump eslint-plugin-mocha from 6.1.1 to 6.2.2 (dependabot-preview[bot])
  120. >
  121. > Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 6.1.1 to 6.2.2.
  122. > - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases)
  123. > - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md)
  124. > - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/6.1.1...6.2.2)
  125. >
  126. > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  127. - [`8661610`](https://github.com/sinonjs/samsam/commit/866161044e212b4df56a207e55ab3e449346abf5)
  128. Bump eslint-config-prettier from 6.7.0 to 6.9.0 (dependabot-preview[bot])
  129. >
  130. > Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.7.0 to 6.9.0.
  131. > - [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
  132. > - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
  133. > - [Commits](https://github.com/prettier/eslint-config-prettier/commits/v6.9.0)
  134. >
  135. > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  136. - [`7d91124`](https://github.com/sinonjs/samsam/commit/7d91124a9fa95c462c1e714d86405d6cb99e3363)
  137. Bump rollup from 1.23.0 to 1.27.14 (dependabot-preview[bot])
  138. >
  139. > Bumps [rollup](https://github.com/rollup/rollup) from 1.23.0 to 1.27.14.
  140. > - [Release notes](https://github.com/rollup/rollup/releases)
  141. > - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
  142. > - [Commits](https://github.com/rollup/rollup/compare/v1.23.0...v1.27.14)
  143. >
  144. > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  145. - [`31c616a`](https://github.com/sinonjs/samsam/commit/31c616ab278e05071138e18d6e5aea8f2c250c2a)
  146. Bump nyc from 14.1.1 to 15.0.0 (dependabot-preview[bot])
  147. >
  148. > Bumps [nyc](https://github.com/istanbuljs/nyc) from 14.1.1 to 15.0.0.
  149. > - [Release notes](https://github.com/istanbuljs/nyc/releases)
  150. > - [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md)
  151. > - [Commits](https://github.com/istanbuljs/nyc/compare/v14.1.1...v15.0.0)
  152. >
  153. > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  154. - [`e82dbcf`](https://github.com/sinonjs/samsam/commit/e82dbcf9af6a052b1d466e476a7315e047324256)
  155. Bump @sinonjs/referee from 3.2.0 to 4.0.0 (dependabot-preview[bot])
  156. >
  157. > Bumps [@sinonjs/referee](https://github.com/sinonjs/referee) from 3.2.0 to 4.0.0.
  158. > - [Release notes](https://github.com/sinonjs/referee/releases)
  159. > - [Changelog](https://github.com/sinonjs/referee/blob/master/CHANGES.md)
  160. > - [Commits](https://github.com/sinonjs/referee/compare/v3.2.0...v4.0.0)
  161. >
  162. > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  163. - [`b089354`](https://github.com/sinonjs/samsam/commit/b089354118a6f64139ca64906d8b8a9f282bc376)
  164. Bump eslint-plugin-jsdoc from 18.4.3 to 19.2.0 (dependabot-preview[bot])
  165. >
  166. > Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 18.4.3 to 19.2.0.
  167. > - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
  168. > - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v18.4.3...v19.2.0)
  169. >
  170. > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  171. - [`bba8c44`](https://github.com/sinonjs/samsam/commit/bba8c441914cd3b07b505b4d917a042d16412c9e)
  172. Bump @sinonjs/commons from 1.6.0 to 1.7.0 (dependabot-preview[bot])
  173. >
  174. > Bumps [@sinonjs/commons](https://github.com/sinonjs/commons) from 1.6.0 to 1.7.0.
  175. > - [Release notes](https://github.com/sinonjs/commons/releases)
  176. > - [Commits](https://github.com/sinonjs/commons/compare/v1.6.0...v1.7.0)
  177. >
  178. > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  179. - [`5915960`](https://github.com/sinonjs/samsam/commit/5915960fab257e27564c544da45b419c360bc8fb)
  180. Publish using public access (Morgan Roderick)
  181. - [`28ffc83`](https://github.com/sinonjs/samsam/commit/28ffc83556274b025d1fc62b52d2ff8ea25743a4)
  182. 4.2.1 (Morgan Roderick)
  183. _Released by [Maximilian Antoni](https://github.com/mantoni) on 2020-01-09._
  184. ## 4.2.1
  185. - [`8987966`](https://github.com/sinonjs/samsam/commit/898796645000b88f1a4045213355bed29085f46c)
  186. re-introduce bound deepEqual (#160) (James Garbutt)
  187. _Released on 2019-12-30._