Skip to content

0.50.2

Compare
Choose a tag to compare
@stephencelis stephencelis released this 10 Feb 21:01
· 493 commits to main since this release
a99024b

What's Changed

  • Changed: Improved formatting of test store failures when expected action isn't received (#1883).
  • Changed: Added unavailable overloads to TestStore.send and receive when state/action is not Equatable (#1890). This should improve compiler error messaging when attempting to write tests against non-equatable state.
  • Changed: Scope's trailing builder parameter now has an explicit name, child, and ReducerProtocol.forEach has an explicit element (#1897).
  • Infrastructure: Documentation and deprecation fixes (thanks @bjford, #1893; @eimantas, #1896).
  • Infrastructure: Added a workflow for Slack release announcements (#1899).

Full Changelog: 0.50.1...0.50.2