wfile 0.3.1 copy "wfile: ^0.3.1" to clipboard
wfile: ^0.3.1 copied to clipboard

A package for convenient work with files and their contents across multiple platforms.

Changelog #

All notable changes to the project WFile will be documented in this file. See Conventional Commits for commit guidelines.

0.3.1 #

  • Fixed an incorrect result path when a prefix available.
  • Extended a range for a granted version of the package path. Reason: avoid conflicts with other packages.

0.3.0 #

  • Replaced String path to dynamic path. Reason: this way we can use String and List for build a path.
  • Switching the behaviour of WFile between returning null or throwing an exception when a reading file not found.
  • Introduced WFile.readOrDefaults<T>().
  • Introduced extensions: pathHead, pathAfterHead, pathWithoutTail, listToPath, listToNPath.
  • Introduced a predefined path separator npathSeparator and system path separator spathSeparator.
  • Shorted names for checking exist files and directories.
  • WFile.readAsImage() returns null instead of an empty image when a file not found.
  • Reinforced tests.
  • Updated README.

0.2.0 #

0.1.0 #

  • Initial release.
1
likes
0
pub points
30%
popularity

Publisher

verified publishersyrokomskyi.com

A package for convenient work with files and their contents across multiple platforms.

Repository (GitHub)
View/report issues

Topics

#files #xml #loader #filesystem #crossplatform

License

unknown (LICENSE)

Dependencies

image, path, test, xml

More

Packages that depend on wfile