2.0.0-rc.6 • Documentation and Spine fixes
State
Spine
- Do not crash when deserializing a malformed SpineFailure
Spine is deprecated and will be removed in the future.
The progress management, originally a part of Pedestal State, has been split into its own Pedestal Progress project. To facilitate usage into projects with specific requirements, it is organized as a main project and a compatibility module to use with Kotlin Coroutines.
Completely reworked the failure management. Previously, failure was a single class, whereas it became an interface. This allows code to declare its own sealed classes of possible failures, making testing easier.
Thanks to @LandryNorris for contributing the support for iOS platforms and helping me set up the CI for them.