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.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # changes log
  2. ## 6.2.0
  3. * Coerce numbers to strings when passed to semver.coerce()
  4. * Add `rtl` option to coerce from right to left
  5. ## 6.1.3
  6. * Handle X-ranges properly in includePrerelease mode
  7. ## 6.1.2
  8. * Do not throw when testing invalid version strings
  9. ## 6.1.1
  10. * Add options support for semver.coerce()
  11. * Handle undefined version passed to Range.test
  12. ## 6.1.0
  13. * Add semver.compareBuild function
  14. * Support `*` in semver.intersects
  15. ## 6.0
  16. * Fix `intersects` logic.
  17. This is technically a bug fix, but since it is also a change to behavior
  18. that may require users updating their code, it is marked as a major
  19. version increment.
  20. ## 5.7
  21. * Add `minVersion` method
  22. ## 5.6
  23. * Move boolean `loose` param to an options object, with
  24. backwards-compatibility protection.
  25. * Add ability to opt out of special prerelease version handling with
  26. the `includePrerelease` option flag.
  27. ## 5.5
  28. * Add version coercion capabilities
  29. ## 5.4
  30. * Add intersection checking
  31. ## 5.3
  32. * Add `minSatisfying` method
  33. ## 5.2
  34. * Add `prerelease(v)` that returns prerelease components
  35. ## 5.1
  36. * Add Backus-Naur for ranges
  37. * Remove excessively cute inspection methods
  38. ## 5.0
  39. * Remove AMD/Browserified build artifacts
  40. * Fix ltr and gtr when using the `*` range
  41. * Fix for range `*` with a prerelease identifier