Releases: kylef/PathKit
Releases · kylef/PathKit
1.0.1
1.0.0
0.9.2
0.9.1
Bug Fixes
- Fix warning with Swift 4, support 4.1
Keith Smiley
0.9.0
Enhancements
- Support for Swift 4.
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