JSQCoreDataKit v2.2.0 Release Notes

  • ๐Ÿš€ This release closes the 2.2.0 milestone.

    ๐Ÿ†• New

    Added a resetStack() top-level function. See the updated docs for details. Thanks @marius-serban! :tada:

    ๐Ÿ”„ Changes

    :warning: 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.