where 8.0.0
where: ^8.0.0 copied to clipboard
Find the instances of an executable in the system path. Like the `which` Linux command.
Changelog #
8.0.0 #
- Breaking change: removed the
Finder.pathSeparatorproperty. - Breaking change: the
extensionsandpatharguments don't accept strings anymore. - Replaced the build system based on Grinder by PowerShell scripts.
- Updated the package dependencies.
7.0.0 #
- Breaking change: the
Finder.find()method now returnsFileinstances instead of strings. - Updated the documentation.
- Updated the package dependencies.
6.4.0 #
6.3.0 #
- Raised the Dart SDK constraint.
- Using new language features: collection if and spread operator.
- Updated the package dependencies.
6.1.0 #
- Updated the package dependencies.
- Updated the URL of the Git repository.
5.1.0 #
- Updated the package dependencies.
5.0.0 #
- Breaking change: renamed the
FileStatsclass toFileStat. - Breaking change: the
FileStatclass now implements theFileStatclass fromdart:io. - Updated the package dependencies.
4.4.0 #
- Updated the package dependencies.
4.3.1 #
- Fixed a packaging issue.
4.3.0 #
- Added the
Optionsclass, used by the command line interface. - Raised the Dart SDK constraint.
- Updated the package dependencies.
4.1.0 #
4.0.0 #
- Breaking change: starting to use and support the Dart 2 SDK.
- Added a user guide based on MkDocs.
- Added the
FinderExceptionclass. - Updated the package dependencies.
3.0.0 #
- Added support for Node.js platform.
- Breaking change: removed the
FileStat.stat()method. - Breaking change: renamed the
FileStatclass toFileStats. - Added the
fileSystem,platformandprocessManagerconstants. - Added the
getFileStats()function. - Added the
argumentsandexitCodeproperties.
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.