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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. # Changes
  2. ## 2.0.2
  3. * Rename bin to `node-which`
  4. ## 2.0.1
  5. * generate changelog and publish on version bump
  6. * enforce 100% test coverage
  7. * Promise interface
  8. ## 2.0.0
  9. * Parallel tests, modern JavaScript, and drop support for node < 8
  10. ## 1.3.1
  11. * update deps
  12. * update travis
  13. ## v1.3.0
  14. * Add nothrow option to which.sync
  15. * update tap
  16. ## v1.2.14
  17. * appveyor: drop node 5 and 0.x
  18. * travis-ci: add node 6, drop 0.x
  19. ## v1.2.13
  20. * test: Pass missing option to pass on windows
  21. * update tap
  22. * update isexe to 2.0.0
  23. * neveragain.tech pledge request
  24. ## v1.2.12
  25. * Removed unused require
  26. ## v1.2.11
  27. * Prevent changelog script from being included in package
  28. ## v1.2.10
  29. * Use env.PATH only, not env.Path
  30. ## v1.2.9
  31. * fix for paths starting with ../
  32. * Remove unused `is-absolute` module
  33. ## v1.2.8
  34. * bullet items in changelog that contain (but don't start with) #
  35. ## v1.2.7
  36. * strip 'update changelog' changelog entries out of changelog
  37. ## v1.2.6
  38. * make the changelog bulleted
  39. ## v1.2.5
  40. * make a changelog, and keep it up to date
  41. * don't include tests in package
  42. * Properly handle relative-path executables
  43. * appveyor
  44. * Attach error code to Not Found error
  45. * Make tests pass on Windows
  46. ## v1.2.4
  47. * Fix typo
  48. ## v1.2.3
  49. * update isexe, fix regression in pathExt handling
  50. ## v1.2.2
  51. * update deps, use isexe module, test windows
  52. ## v1.2.1
  53. * Sometimes windows PATH entries are quoted
  54. * Fixed a bug in the check for group and user mode bits. This bug was introduced during refactoring for supporting strict mode.
  55. * doc cli
  56. ## v1.2.0
  57. * Add support for opt.all and -as cli flags
  58. * test the bin
  59. * update travis
  60. * Allow checking for multiple programs in bin/which
  61. * tap 2
  62. ## v1.1.2
  63. * travis
  64. * Refactored and fixed undefined error on Windows
  65. * Support strict mode
  66. ## v1.1.1
  67. * test +g exes against secondary groups, if available
  68. * Use windows exe semantics on cygwin & msys
  69. * cwd should be first in path on win32, not last
  70. * Handle lower-case 'env.Path' on Windows
  71. * Update docs
  72. * use single-quotes
  73. ## v1.1.0
  74. * Add tests, depend on is-absolute
  75. ## v1.0.9
  76. * which.js: root is allowed to execute files owned by anyone
  77. ## v1.0.8
  78. * don't use graceful-fs
  79. ## v1.0.7
  80. * add license to package.json
  81. ## v1.0.6
  82. * isc license
  83. ## 1.0.5
  84. * Awful typo
  85. ## 1.0.4
  86. * Test for path absoluteness properly
  87. * win: Allow '' as a pathext if cmd has a . in it
  88. ## 1.0.3
  89. * Remove references to execPath
  90. * Make `which.sync()` work on Windows by honoring the PATHEXT variable.
  91. * Make `isExe()` always return true on Windows.
  92. * MIT
  93. ## 1.0.2
  94. * Only files can be exes
  95. ## 1.0.1
  96. * Respect the PATHEXT env for win32 support
  97. * should 0755 the bin
  98. * binary
  99. * guts
  100. * package
  101. * 1st