Releases: nubs/which
Releases · nubs/which
Version 1.0.1: Heinous Quantum Hero
Minor Features
- Add php 7.0 to travis config.
- Add reference to node-which.
- Add a Why? section.
- Relax type-hint for ExecutableTester to any callable.
Bug Fixes
- Fix docblock.
Developer Changes
- Update dependencies.
- Remove code coverage checker from scrutinizer.
- Integrate with coveralls.
- Remove --dev: that's the default.
- Add docker/fig build.
Version 1.0.0 - Apathetic Scorched Earth Zombies
This is the first stable release of this library. A lot has changed since the last version. There is now full documentation in the README, behavior has been made more consistent with the typical which
commands, full windows support is included, and a separate CLI command has been created.
The README includes the full details of how to use the command, but as a brief example:
$locatorFactory = new \Nubs\Which\LocatorFactory\PlatformLocatorFactory();
$locator = $locatorFactory->create();
echo $locator->locate('php');
// /usr/bin/php
Thanks @chadicus and @DanAtDE for your contributions and assistance with getting Windows support!
Version 0.1.1: The Glory of Squirrel Tournament
Bugs Fixed
- Absolute paths to commands are now supported. The configured paths will be ignored and only the absolute path is considered.
Version 0.1.0: Bling Bling Axe Rush
This is the initial release of which, including a basic command locator with a fairly complete set of features.