Skip to content

4.0.0 Beta Release 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tonystone tonystone released this 12 May 22:14
· 24 commits to master since this release
21686bb

Updated

  • Changed GenericConnect to subclass NSObject.

Breaking Updates

  • Renamed PersistentStack to PersistentContainer.
  • Change PersistentContainer to @objc so you can now pass references to Objective-C.
  • Changed Connect to @objc so you can now pass references to Objective-C.
  • Split Connect protocol into Connect and ActionManager protocols.
  • Changed StoreConfiguration to be a class instead of a struct to support Objective-C.
  • Removed ObjcPersistentContainer as it's no longer needed with the new changes to the protocols.