where 2.2.0
where: ^2.2.0 copied to clipboard
Find the instances of an executable in the system path.
Changelog #
This file contains highlights of what changes on each version of the Where.dart project.
2.2.0 #
- Updated the package dependencies.
2.1.1 #
- Fixed a bug: the CLI script doesn't run when using the
pub global runcommand.
2.1.0 #
- Changed the signature of the
FileStatclass constructor.
2.0.0 #
- Breaking change: changed the signature of the
Finderclass constructor. - Breaking change: removed the
Applicationclass. - Breaking change: the
versionproperty is now private. - Converted the constructor of the
FileStatclass to a constant one. - Updated the package dependencies.
1.1.0 #
- Changed licensing for the MIT License.
1.0.0 #
- Added a command line interface.
- Added new unit tests.
0.1.0 #
- Initial release.