Skip to content

0.8.0

Choose a tag to compare

@kylef kylef released this 18 Feb 13:24
· 38 commits to master since this release

Enhancements

  • New string (path.string) and URL (path.url) accessors on a path.
    David Jennes
  • Additional method for creating an iterator with options.
    #25
    David Jennes
  • Abbreviate is now supported on Linux.
    Ben Snider

Bug Fixes

  • Enumerating a path will now return an Optional.none when a directory does
    not exist.
    Leon Breedt