Releases: cedx/which.js
Releases · cedx/which.js
Which for JS 2.0.1
- Code optimization: even with the
all
parameter set tofalse
, all instances of a command were searched.
Which for JS 2.0.0
- Breaking change: converted the
Observable
-based API to anasync/await
-based one. - Added the
[Symbol.toStringTag]
property to all classes. - Changed licensing for the MIT License.
Which for JS 1.1.0
- Fixed a bug with the executable extensions not always uppercased.
- Updated the package dependencies.
Which for JS 1.0.0
- Added a command line interface.
- Added new unit tests.
- Updated the package dependencies.
Which for JS 0.1.0
- Initial release.