1.1.0
Many improvements across the library.
Note that there are API-breaking changes, but they are minimal. In all cases, API simply changed or was improved.
- Inits are now throwing inits instead of failable Optionals
.load(...)
methods are now inits instead- Added
(string:)
and(dictionary: RawDictionary)
inits - Safe, conditionally-typed index subscripts are now available on PListArray (see README for details)
- Mutable subscripts now yield for direct mutation
ConvertToPListArray
is nowRawArray
category methodconvertedToPListArray()
ConvertToPListDictionary
is nowRawDictionary
category methodconvertedToPListDictionary()
- Inline help updated
- Unit tests updated
- README updated