Skip to content

Releases: mxcl/Path.swift

0.7.0

26 Jan 18:50
bbf1f24
Compare
Choose a tag to compare

Added dynamic-members, so you can do, eg.

try Path.home.Library.Preferences.foo.mkdir()

0.6.0

26 Jan 16:13
3beba13
Compare
Choose a tag to compare
  • delete() is a noop if there is no file at that path
  • mkpath() removed, now mkdir() takes a mkdir(.p) option

0.5.1

26 Jan 02:38
9ea3204
Compare
Choose a tag to compare
Merge pull request #13 from mxcl/more-docs

Improved documentation; Fixes #12

0.5.0

25 Jan 16:23
Compare
Choose a tag to compare
  • Removed Path.replaceContents due to it violating the responsibility boundary of our library, use String.write instead
  • Swift 5 support.
  • We test against Swift 5 snapshots now.

0.4.4

22 Jan 21:45
58d026c
Compare
Choose a tag to compare
Fix copy(into:) overwrite mode

Seems like Linux Foundation has a bug

I checked, seems fixed in Swift 5. But added a swift version check se we can verify and if not report the bug.

0.4.3

21 Jan 18:07
3333c73
Compare
Choose a tag to compare
Fix Travis

0.4.2

20 Jan 23:53
aac81b8
Compare
Choose a tag to compare
Merge pull request #8 from mxcl/better-deploy

Better deploy

0.4.1

20 Jan 21:27
Compare
Choose a tag to compare

ls can now ignore hidden files. Note: API will change in future releases.

0.4.0

20 Jan 18:14
Compare
Choose a tag to compare

Added some more common directories, eg. Path.documents using the Free Desktop specification for Linux.

0.3.0

19 Jan 20:08
Compare
Choose a tag to compare

Minor changes in behavior for Path.mtime, thus the minor bump.