Skip to content

Releases: elegantchaos/Files

1.2

11 Feb 17:02

Choose a tag to compare

Added convenience methods for default ThrowingManager, default file/folder from url.
Added methods to convert to/from throwing/non-throwing.

1.1.4

16 Nov 17:17

Choose a tag to compare

Added documents folder property.
Added icon to FilesKit / AppKit.

1.1.3

12 Jun 18:38
0fc27ae

Choose a tag to compare

Fixed an error that was thrown when copying and the destination didn't already exist.

1.1.2

12 Jun 16:37
f3bc95a

Choose a tag to compare

Fixed default parameters for some methods.

1.1.1

12 Jun 11:59
54fb8c5

Choose a tag to compare

Fixed visibility of some stuff.

1.1.0

12 Jun 11:52
f686f48

Choose a tag to compare

Added a new file/folder abstraction, which comes in two flavours: throwing and non-throwing. Currently only contains the bits I need for another project, but I expect it will expand over time.

Similar in style to https://github.com/JohnSundell/Files, although it takes a slightly different approach.

1.0.6

10 Jun 12:50
4f86379

Choose a tag to compare

Added beginnings of a file/folder abstraction.

1.0.5

20 May 11:18
fb3252d

Choose a tag to compare

Moved directory stuff.
Implemented stubs for security stuff on tvOS.

1.0.4

01 Apr 21:33
fab79dc

Choose a tag to compare

Fixed Linux build.

1.0.3

01 Apr 13:25
1e3e2f1

Choose a tag to compare

Renamed as Files.
Added FIleManager extensions.