2.2.0
This release closes the 2.2.0 milestone.
New
Added a resetStack()
top-level function. See the updated docs for details. Thanks @marius-serban! 🎉
Changes
CoreDataStackFactory.CompletionHandler
was moved from the factory's scope to the module's scope and renamed to StackResultClosure
. This is technically a breaking change, but it is highly unlikely that anyone was referring to this closure directly. If so, simply rename to the correct type.