Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 759 Bytes

CHANGELOG.md

File metadata and controls

34 lines (20 loc) · 759 Bytes

PathKit Changelog

Master

Bug Fixes

  • Appending to (.) slice started with (..) will return correct path.
    Antondomashnev

0.8.0

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

0.7.0

  • Adds support for Swift 3.0