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.

HISTORY.md 917B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. 1.2.1 / 2019-05-10
  2. ==================
  3. * Improve error when `str` is not a string
  4. 1.2.0 / 2016-06-01
  5. ==================
  6. * Add `combine` option to combine overlapping ranges
  7. 1.1.0 / 2016-05-13
  8. ==================
  9. * Fix incorrectly returning -1 when there is at least one valid range
  10. * perf: remove internal function
  11. 1.0.3 / 2015-10-29
  12. ==================
  13. * perf: enable strict mode
  14. 1.0.2 / 2014-09-08
  15. ==================
  16. * Support Node.js 0.6
  17. 1.0.1 / 2014-09-07
  18. ==================
  19. * Move repository to jshttp
  20. 1.0.0 / 2013-12-11
  21. ==================
  22. * Add repository to package.json
  23. * Add MIT license
  24. 0.0.4 / 2012-06-17
  25. ==================
  26. * Change ret -1 for unsatisfiable and -2 when invalid
  27. 0.0.3 / 2012-06-17
  28. ==================
  29. * Fix last-byte-pos default to len - 1
  30. 0.0.2 / 2012-06-14
  31. ==================
  32. * Add `.type`
  33. 0.0.1 / 2012-06-11
  34. ==================
  35. * Initial release