file_ext 0.7.4 copy "file_ext: ^0.7.4" to clipboard
file_ext: ^0.7.4 copied to clipboard

Helper methods for filesystem-, path- and stdin-related manipulations.

0.7.4 #

  • Upgraded loop_visitor and parse_args packages

0.7.3 #

  • README fixed

0.7.2 #

  • Upgraded packages

0.7.1 #

  • Only one handler (either async or sync) shouldn't be null

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

0.5.0 #

  • Changed the return type of callbacks: bool to VisitResult

0.4.0 #

  • Removed stdin_ext: use UtfStdin from the utf_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.
0
likes
160
pub points
0%
popularity

Publisher

verified publisheraiurovet.com

Helper methods for filesystem-, path- and stdin-related manipulations.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, file, glob, loop_visitor, path

More

Packages that depend on file_ext