Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

70 lines (39 loc) · 1.23 KB

PathKit Changelog

1.0.1 (2021-09-22)

Enhancements

  • Adds support for Xcode 13.

  • Path's can now be tested against a glob-like pattern using Path(...).match(pattern).

1.0.0 (2019-03-27)

Enhancements

  • Fix warnings for Swift 5

Breaking

  • Drop support for Swift < 4.2

0.9.2 (2018-09-10)

Enhancements

  • Adds support for Swift 4.2.

0.9.1

Bug Fixes

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

0.7.0

  • Adds support for Swift 3.0