Skip to content

Version 6.0.0

Choose a tag to compare

@nhunzaker nhunzaker released this 02 Apr 18:22
· 1795 commits to master since this release

6.0.0 is the second effort to reduce the surface area of the Microcosm API.

  • Removed Upstream and Downstream mixins. They used the undocumented context API and introduced some complexity in testing
  • Microcosm::send is now Microcosm::push
  • Microcosm::push is now Microcosm::replace
  • Microcosm::dispatch and Microcosm::commit are now private. These are important methods that should not be overridden