file_ext 0.3.0 file_ext: ^0.3.0 copied to clipboard
Helper methods for filesystem-, path- and stdin-related manipulations.
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.