Skip to content

Releases: mxcl/Path.swift

v1.6.0

06 Apr 16:41
74ec90b

Choose a tag to compare

Warning

We are no longer able to test all supported Swift versions on macOS
Everything should be fine! We still verify on Linux
Upgrade cautiously.

What's Changed

Full Changelog: 1.5.0...1.6.0

v1.5.0

20 Mar 14:18

Choose a tag to compare

Warning

We are no longer able to test all supported Swift versions on macOS
Everything should be fine! We still verify on Linux
Upgrade cautiously.

What's Changed

  • participate in tea protocol by @mxcl in #92
  • Remove path filters blocking CI test execution by @Copilot in #99
  • We can stop breaking now by @mxcl in #101
  • Add extension to String init(contentsOfFile:encoding) by @guillaumealgis in #100
  • Add unsorted option to ls() to bypass expensive locale-specific sorting by @Copilot in #97
  • Added a new extension method for Bundle by @mxcl in #102
  • Fix Path.Finder use case when a hidden file and a regular subdirectory are in the same level by @natanrolnik in #90

New Contributors

Full Changelog: 1.4.1...1.5.0

v1.4.1

24 Oct 14:27

Choose a tag to compare

Fix for Windows paths

1.4.0

30 Jul 16:28
9c6f807

Choose a tag to compare

Adds .hidden() to Path.find

1.3.1

17 Jun 16:00
82640e6

Choose a tag to compare

Merge pull request #74 from mxcl/ci/5.5

ci/5.5

1.3.0

16 Jun 15:11
bb449ff

Choose a tag to compare

Merge pull request #73 from mxcl/fixes/55

typealias PathStruct and add Swift 5.5 niceness

1.2.1

28 May 20:24
39f81ae

Choose a tag to compare

Fix pods deploy

1.2.0

20 Aug 20:49
142d4bc

Choose a tag to compare

Merge pull request #64 from mxcl/Path.source()

Add `Path.source()`

1.1.0

26 Jul 18:08
07007a5

Choose a tag to compare

ls output is sorted, like the command line default.

1.0.1

25 Jan 19:15
6e1eeb1

Choose a tag to compare

No fatal on linux Swift < 5