Skip to content

2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 16:29
· 123 commits to main since this release
  • Adds new experimental ballast-sync module for synchronizing ViewModel states. Out-of-the-box only in-memory synchronization is supported, but it is possible to write your own network adapter.
  • Adds new experimental ballast-undo module for adding State-based undo/redo functionality to any ViewModel.
  • Fixed an issue where exceptions thrown by an Interceptor would crash the entire ViewModel without logging the exception. Now, those exceptions are caught and sent to the BallastLogger as a BallastNotification.UnhandledError.