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

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