Skip to content

Releases: cerebral-legacy/cerebral-module-router

v0.17.1

14 Aug 22:10
Compare
Choose a tag to compare

<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
Choose a tag to compare

<a name"0.17.0">

0.17.0 (2016-08-14)

Features

Breaking Changes

v0.16.1

18 Jul 11:14
Compare
Choose a tag to compare

<a name"0.16.1">

0.16.1 (2016-07-18)

Bug Fixes

v0.16.0

15 Jul 11:45
Compare
Choose a tag to compare

<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
Choose a tag to compare

<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
Choose a tag to compare

<a name"0.15.1">

0.15.1 (2016-07-14)

Features

  • only warn on missing config (26629524)

v0.15.0

13 Jul 19:57
Compare
Choose a tag to compare

<a name"0.15.0">

0.15.0 (2016-07-13)

Features

  • support only cerebral@^0.35.0-0 (2b15114f)

Breaking Changes

  • Dropped support for previous cerebral versions

    (2b15114f)

v0.14.5

21 Jun 21:46
Compare
Choose a tag to compare

<a name"0.14.5">

0.14.5 (2016-06-21)

Bug Fixes

v0.14.4

04 May 12:00
Compare
Choose a tag to compare

<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
Choose a tag to compare

<a name"0.14.3">

0.14.3 (2016-04-19)

Bug Fixes

  • check signal payload directly on event object (5d2d9290)