PathKit

Effortless path operations in Swift

BSD-2-CLAUSE License

Stars
1.4K
Committers
19

Bot releases are visible (Hide)

PathKit - Latest Release

Published by kylef about 3 years ago

Enhancements

  • Adds support for Xcode 13.
  • Path's can now be tested against a glob-like pattern using Path(...).match(pattern).
PathKit - 1.0.0

Published by kylef over 5 years ago

Breaking

  • Drop support for Swift < 4.2
PathKit - 0.9.2

Published by kylef about 6 years ago

Enhancements

  • Adds support for Swift 4.2.
PathKit -

Published by kylef over 6 years ago

Bug Fixes

PathKit - 0.9.0

Published by kylef almost 7 years ago

Enhancements

  • Support for Swift 4.

Bug Fixes

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

Published by kylef over 7 years ago

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
PathKit - 0.7.0

Published by kylef about 8 years ago

Adds support for Swift 3.0

PathKit - 0.6.1

Published by kylef almost 9 years ago

Adds Linux support.