Skip to content

v0.4.3

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 18 Jun 02:04

This release ensures that state-modifying HookM code can't be passed from one component to another without throwing an immediate exception. HookM code that modifies state which is written in one component must be evaluated in that component.

  • Throw exception if state-modifying HookM code passed between components (#44)
  • Update Spago package set and generated Bowerfile