Skip to content

1.1.0

Compare
Choose a tag to compare
@orchetect orchetect released this 05 Dec 01:42
· 75 commits to main since this release
60375b2

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 now RawArray category method convertedToPListArray()
  • ConvertToPListDictionary is now RawDictionary category method convertedToPListDictionary()
  • Inline help updated
  • Unit tests updated
  • README updated