file_ext 0.7.0 file_ext: ^0.7.0 copied to clipboard
Helper methods for filesystem-, path- and stdin-related manipulations.
0.7.0 #
- Breaking: ditched FutureOr
0.6.3 #
- Website changed
0.6.2 #
- Website changed
0.6.1 #
- Fixed example, simplified readme
0.6.0 #
- Added
PathExt.hasWildcards(...)
- Bugfixes for
PathExt.isRecursive(...)
:- directory part may contain any wildcard, not only
*
or?
- if directory part contains a wildcard, then directory separator is not necessarily the next char
- directory part may contain any wildcard, not only
0.5.0 #
- Changed the return type of callbacks:
bool
toVisitResult
0.4.0 #
- Removed
stdin_ext
: useUtfStdin
from theutf_ext
package instead
0.3.1 #
- Added year 2023 to copyright
0.3.0 #
- Breaking: removed sync event handlers for FileSystemExt's forEachEntity() and forEachEntitySync() and made async ones to return FutureOr
- Breaking: renamed event handlers for FileSystemExt's forEachEntity() and forEachEntitySync()
- Breaking: StdinExt's forEachLine() and forEachLineSync() handlers get another argument: lineNo
- Bugfix: StdinExt's forEachLine() and forEachLineSync() were always returning 0 as line count
0.2.1 #
- Improved documentation
0.2.0 #
- Breaking: greatly simplified, redundant features removed, stdin and glob extensions added
0.1.0 #
- Initial release.