4.0.0 Beta Release 1
Pre-release
Pre-release
Updated
- Changed
GenericConnect
to subclassNSObject
.
Breaking Updates
- Renamed
PersistentStack
toPersistentContainer
. - 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 intoConnect
andActionManager
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.