Skip to content

PMKVObserver v4.0.0

Compare
Choose a tag to compare
@lilyball lilyball released this 06 Sep 02:56
· 24 commits to master since this release
  • Set Swift version to 4.

  • Work around Xcode 10 issue with value conversions involving Any in the KVObserver.Change object (SR-8704).

  • Handle RawRepresentable types in KVObserver.Change's .old and .new properties.

    Note: Optional RawRepresentable types (such as those produced by a path like \.foo?.bar) are only supported in Swift 4.1 and later.