Commit Graph

156 Commits

Author SHA1 Message Date
repo-ranger[bot] 2758f0f698 Merge pull request #35 from mxcl/ci-xcode10.2
[ci] Xcode 10.2
2019-02-12 20:41:53 +00:00
Max Howell e68ad25cc0 [ci] Xcode 10.2 2019-02-12 15:23:27 -05:00
Max Howell c9d300a7b6 Path(_ url:) -> Path(url:) 0.15.0 2019-02-11 20:40:27 -05:00
Max Howell ed4b773870 Fill in this TODO in README
[skip ci]
2019-02-11 15:13:14 -05:00
Max Howell 097e020735 There are no usernames on iOS etc. 2019-02-11 15:11:22 -05:00
Max Howell be49fb9e49 Merge pull request #34 from mxcl/symlinks
Symlink funcs & support `NSURL` file-refs
0.14.0
2019-02-11 15:06:56 -05:00
Max Howell 164cd2b413 Fix iOS, etc. 2019-02-11 14:19:27 -05:00
Max Howell 709c3fb99d Symlink funcs & support NSURL file-refs
* Also removes most `NSString` usage
* Also does more thorough testing in some places
* Also adds
* Fixes `Path?(_:)` resolving symlinks in some cases
2019-02-11 14:04:06 -05:00
repo-ranger[bot] 6c84754ad8 Merge pull request #33 from mxcl/bundle-private-frameworks
Bundle.privateFrameworks
0.13.0
2019-02-09 18:32:02 +00:00
Max Howell 8469565b06 Bundle.privateFrameworks 2019-02-09 13:24:57 -05:00
Max Howell ed45d10179 Docs updates; CocoaPods 16.0 release; [ci skip] 2019-02-08 09:14:23 -05:00
Max Howell 8033ae49b4 Add [pathos]
[pathos]: https://github.com/dduan/Pathos

[skip ci]
2019-02-04 12:05:14 -05:00
Max Howell b290173486 Update travis scripts 2019-02-04 12:04:48 -05:00
Max Howell 8248354a80 Some documentation improvements 2019-02-01 15:18:15 -05:00
Max Howell 14963e48f5 Merge pull request #30 from mxcl/codecov
More coverage
2019-02-01 10:26:59 -05:00
Max Howell 7f5340bc19 More coverage
Though I can hardly test these functions, at least we can verify they run
without crashing etc.
2019-02-01 10:17:37 -05:00
Max Howell 74074c634f Merge pull request #29 from mxcl/codecov
More coverage
2019-01-31 21:33:50 -05:00
Max Howell 74656bbfcd More coverage 2019-01-31 21:17:37 -05:00
Max Howell cced2af2cd Merge pull request #28 from mxcl/codecov
More coverage
2019-01-31 19:17:43 -05:00
Max Howell b9abd07318 More coverage 2019-01-31 19:09:36 -05:00
Max Howell 6b52932e7b Merge pull request #27 from mxcl/codecov
More coverage
0.12.1
2019-01-31 16:29:08 -05:00
Max Howell c456081e65 More coverage 2019-01-31 14:26:09 -05:00
Max Howell ec6c0113f9 Remaining code coverage
Can’t do coverage for Linux unfortunately.
0.12.0
2019-01-31 13:11:50 -05:00
Max Howell 7970c4d8a7 Document robustness & XP
[ci skip]
2019-01-31 12:38:41 -05:00
Max Howell e342da8644 Remove auto-tagging since I can do this manually 2019-01-31 12:28:16 -05:00
Max Howell 9aa91c649e Merge pull request #26 from mxcl/codecov
Increase code coverage
2019-01-31 12:25:41 -05:00
Max Howell 62ea0d47b3 Fixes & increased code coverage 2019-01-31 12:15:31 -05:00
repo-ranger[bot] ab9a70e947 Merge pull request #25 from mxcl/rename
Refactor rename -> rename(to:)
0.11.1
2019-01-31 15:32:59 +00:00
Max Howell 49ef073e34 Refactor rename -> rename(to:) 2019-01-31 10:15:39 -05:00
Max Howell 889d825b3a Merge pull request #24 from mxcl/rename
Rename
0.11.0
2019-01-31 10:08:02 -05:00
Max Howell f1cd06fdff Add CI post success hook yamls 2019-01-31 09:58:46 -05:00
Max Howell c6e840b9b6 Add rename 2019-01-31 08:39:54 -05:00
Max Howell eb34ac4af8 Add overwrite parameter to move(into:) 2019-01-31 08:37:32 -05:00
Max Howell 66ae86c986 Enable codecov.io 2019-01-31 08:37:14 -05:00
Max Howell c432f710eb Merge pull request #22 from mxcl/files()
Entry.files defaults to all files
0.10.0
2019-01-28 12:17:08 -05:00
Max Howell 19c0c19bb6 Entry.files defaults to all files 2019-01-28 12:04:47 -05:00
Max Howell ee1f46954c Fixes #20
[skip ci]
2019-01-28 11:05:51 -05:00
Max Howell 2394cc1c85 Merge pull request #19 from JaapWijnen/filehandle-extensions
added extension to initialize filehandle from path
0.9.0
2019-01-27 16:59:44 -05:00
Jaap Wijnen 50bb319619 added extension to initialize filehandle from path 2019-01-27 22:57:19 +01:00
Max Howell 9f40068833 Badge for Swift 5 support 2019-01-26 16:15:45 -05:00
Max Howell 67f4e5f41a Merge pull request #16 from mxcl/bundle-non-optional
Bundle extensions don’t return optional Paths
0.8.0
2019-01-26 15:46:03 -05:00
Max Howell 83c83dcaba Bundle extensions don’t return optional Paths
Rationale: Paths are not guaranteed to exist, the Bundle functions return optional if the path doesn't exist. So we'll provide a sensible default instead and you need to check the result exists at some point instead.

This makes more elegant chains, the chain will fail when you operate on it, but you don’t have to do a check for optional first. Or risk a bang.
2019-01-26 15:20:32 -05:00
Max Howell 93e2701950 Docs tweaks
[ci skip]
2019-01-26 15:10:52 -05:00
Max Howell bbf1f24ef6 Fix Cocoapods deploy 0.7.0 2019-01-26 14:42:00 -05:00
Max Howell c08ccdfb30 Merge pull request #15 from mxcl/dynamic-members
Dynamic members
2019-01-26 13:34:17 -05:00
Max Howell 859164e59f Dynamic Members 2019-01-26 13:23:25 -05:00
Max Howell 44be1c45a9 Add Path.ctime 2019-01-26 13:17:39 -05:00
Max Howell 99b948f9c1 Minor documentation fixes
[ci skip]
2019-01-26 13:17:39 -05:00
Max Howell 3beba13677 Merge pull request #14 from mxcl/delete-noop
Delete noop
0.6.0
2019-01-26 11:12:17 -05:00
Max Howell bafb05ff54 Document noop behavior 2019-01-26 11:05:49 -05:00