Releases: cerebral-legacy/cerebral-module-router
Releases · cerebral-legacy/cerebral-module-router
v0.17.1
14 Aug 22:10
Compare
Sorry, something went wrong.
No results found
<a name"0.17.1">
0.17.1 (2016-08-14)
Bug Fixes
redirectToSignal: do not use getByPath when retrieving signal (a512ca7d )
v0.17.0
14 Aug 19:43
Compare
Sorry, something went wrong.
No results found
<a name"0.17.0">
0.17.0 (2016-08-14)
Features
Breaking Changes
v0.16.1
18 Jul 11:14
Compare
Sorry, something went wrong.
No results found
<a name"0.16.1">
0.16.1 (2016-07-18)
Bug Fixes
v0.16.0
15 Jul 11:45
Compare
Sorry, something went wrong.
No results found
<a name"0.16.0">
0.16.0 (2016-07-15)
Features
expose action factories on own entry point (1321d10e ):
import redirect from 'cerebral-module-router/redirect'
import redirectToSignal from 'cerebral-module-router/redirectToSignal'
expose base router without default mapper (e8b39e05 )
Breaking Changes
redirect action factory not exposed as property on Router anymore.
Change your import path to import redirect from 'cerebral-module-router/redirect
(1321d10e )
Remove deprecated way to enable queries in default router through options.mapper.
Use options.query directly instead.
(e8b39e05 )
v0.15.2
15 Jul 10:37
Compare
Sorry, something went wrong.
No results found
<a name"0.15.2">
0.15.2 (2016-07-15)
Features
mapper: change a way to pass query option to mapper (81baf4a7 )
v0.15.1
14 Jul 11:53
Compare
Sorry, something went wrong.
No results found
<a name"0.15.1">
0.15.1 (2016-07-14)
Features
v0.15.0
13 Jul 19:57
Compare
Sorry, something went wrong.
No results found
<a name"0.15.0">
0.15.0 (2016-07-13)
Features
support only cerebral@^0.35.0-0 (2b15114f )
Breaking Changes
v0.14.5
21 Jun 21:46
Compare
Sorry, something went wrong.
No results found
<a name"0.14.5">
0.14.5 (2016-06-21)
Bug Fixes
cerebral@0.34 event object support for predefined signals (a69b3278 , closes #95 )
init: run initial trigger and bound signal immediate (b8ee10f1 )
v0.14.4
04 May 12:00
Compare
Sorry, something went wrong.
No results found
<a name"0.14.4">
0.14.4 (2016-05-04)
Bug Fixes
reverse check for path on context (37eeb03b )
v0.14.3
19 Apr 19:58
Compare
Sorry, something went wrong.
No results found
<a name"0.14.3">
0.14.3 (2016-04-19)
Bug Fixes
check signal payload directly on event object (5d2d9290 )