Releases: admkopec/LSFileWrapper
Releases · admkopec/LSFileWrapper
LSFileWrapper 2.0.2
LSFileWrapper 2.0.1
Fixed:
- An issue where an error could be thrown when trying to fetch all wrappers in current directory.
LSFileWrapper 2.0.0
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
Fixed:
- Renamed
removeFileWrapperWithFilename:
toremoveFileWrapperWithPath
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
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
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
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
Fixed:
- Configured Swift Package Manager to create dynamic library
LSFileWrapper 1.0.2
Fixed:
- Fixed Swift Package Manager support
- Configured Swift Package Manager to create static library
LSFileWrapper 1.0.1
New:
- Adds support for Swift Package Manager