Skip to content

v0.13.0

Choose a tag to compare

@cerebraljs cerebraljs released this 29 Feb 06:18

<a name"0.13.0">

0.13.0 (2016-02-29)

Big thanks goes to @aesprice for providing great real life case.

Bug Fixes

  • missed space in error message (d2ae467e, closes #76)
  • do not try to update addressbar with stringified payload for signals triggered from url (c9b13315, closes #77)

Features

  • control behaviour for triggered url not matching any route with allowEscape option (83cb28fa, closes #73)

Breaking Changes

  • Signals called directly wouldn't be marked with isRouted option anymore.
    Debugger will show routed badge only for signals triggered from url.
    fixes #77 (c9b13315)