Tempura v1.0.0 Release Notes

    • Simplified generics for ViewController, now it is only generic for the ModellableView

    • ๐Ÿ—„ Deprecated action label in dispatch() method

    • โœ‚ Removed forced unwrapping inside Navigator

    • ๐Ÿ›  Fixed willSet method invocation

    • โž• Added tests

    • ๐Ÿ‘Œ Improved the connect inner workings for ViewController and ViewControllerWithLocalState

    • ๐Ÿ›  Fixed disconnected ViewControllersWithLocalState that were connecting on localState change

    • ๐Ÿ›  Fixed ViewController unsubscribing triggering updates

    • ๐Ÿ‘Œ Improved type safety on ViewController Store and View

    • viewModel is now optional in ModellableView and ViewController

    • โšก๏ธ willUpdate and didUpdate methods are now returning new and old viewModels as parameters

    • ๐Ÿ’… Implemented Style Standardisation. See this pr for more information

    โ€‹