Skip to content

Release 0.8.0

Choose a tag to compare

@christianalfoni christianalfoni released this 14 Dec 06:52
· 86 commits to master since this release
  • Completely transparent trigger of signal from url and manually. No more special router input to actions, just the payload. Read more on www.cerebraljs.com/routing
  • Powerful urlon queries which are automatically parsed to payload and serialized to url
  • No more special "url action"

Migration guide

  • With latest versions of cerebral-react and cerebral-angular, do not run trigger manually anymore. Those packages does that for you
  • Your actions should no longer point to input.router, the payload is passed as if it was a manual signal trigger