Skip to content

Releases: admkopec/LSFileWrapper

LSFileWrapper 2.0.2

04 May 19:26
Compare
Choose a tag to compare

Fixed:

  • Issues with Swift Package Manager on Swift 5.4.

LSFileWrapper 2.0.1

12 Feb 11:50
Compare
Choose a tag to compare

Fixed:

  • An issue where an error could be thrown when trying to fetch all wrappers in current directory.

LSFileWrapper 2.0.0

27 Jan 12:09
35b449e
Compare
Choose a tag to compare

Added:

  • New method names, when used in Swift to better suit the language semantics.
  • New methods to enumerate over sub-wrappers in a directory wrapper.

LSFileWrapper 1.1.0

02 Jan 16:05
22959da
Compare
Choose a tag to compare

Fixed:

  • Renamed removeFileWrapperWithFilename: to removeFileWrapperWithPath and added support for removing file wrappers with relative paths.
  • Removed public access to the unsafe fileWrappers dictionary, to encourage the use of safer convenience methods.

LSFileWrapper 1.0.6

02 Jan 12:26
b0f2740
Compare
Choose a tag to compare

New:

  • Added new convenience method for removing wrappers with a filename.

Fixed:

  • Fixed writeUpdatesToURL: implementation to properly create intermediate directories on write to disk operations.

LSFileWrapper 1.0.5

22 Dec 12:49
Compare
Choose a tag to compare

New:

  • Added nullability specifiers for better Swift support. Now the optionality of variables will be properly inferred.

Fixed:

  • Fixed writeToURL: forSaveOperation: implementation to properly save and switch the document wrappers. Removed app sandbox url handling from the method to support the whole range of OS X 10.7 releases. Added a simple sample code in documentation explaining how to easily add this functionality back in NSDocument subclass.

LSFileWrapper 1.0.4

21 Dec 22:58
Compare
Choose a tag to compare

New:

  • Added a new convenience method for writing contents to disk based on NSDocument save operation which also handles autosaves, backup urls and app sandbox.
  • Added basic code documentation for methods in header file.

LSFileWrapper 1.0.3

14 Oct 10:09
Compare
Choose a tag to compare

Fixed:

  • Configured Swift Package Manager to create dynamic library

LSFileWrapper 1.0.2

26 Dec 19:48
Compare
Choose a tag to compare

Fixed:

  • Fixed Swift Package Manager support
  • Configured Swift Package Manager to create static library

LSFileWrapper 1.0.1

13 Oct 21:01
Compare
Choose a tag to compare

New:

  • Adds support for Swift Package Manager