This repository was archived by the owner on Jun 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Release Notes
Sahand Nayebaziz edited this page May 17, 2016
·
8 revisions
Released on May 15th, 2016
Additions
- The
renderDeep()
method of StateView is now public.
Released on April 26th, 2016
Additions
- You can now keep instances of any type in props and state, and pass instances of any type between views. See the latest documentation for more information.
Released on April 25th, 2016
Additions
- You can now pass values between views by naming them with an enum of your choice. With enums, the names you have chosen for your values are clearer to see together and can make use of Xcode's built-in autocomplete. To use an enum of your choice, create an enum that conforms to the
StateKey
protocol. See the documentation archive for more documentation.
Deprecations
- You can no longer name values being passed between views with Strings. Use an enum of your choice that conforms to the
StateKey
protocol.
Released on April 9th, 2016
The first public release of StateView.
Take a look at the known issues and help improve StateView.