Skip to content

Releases: cjdev/routedux

Minor API Change

22 Jul 22:41
Compare
Choose a tag to compare

Moving createRouteDispatcher to main exports to allow for use without requiring React components (including React Context and hooks)

RouteDispatcher

06 Jul 22:46
Compare
Choose a tag to compare

Add a routeDispatcher that wraps actionDispatcher to provide a consistent API in RouteProvider context that works with actiondispatcher context.

Allows routeDispatcher to receiveRoute and addRouteListener which translate route -> action and action -> route as appropriate (i.e. {routeName: foo} => {type: foo})

Multiple paradigms of updating routes and actions supported with underlying actionDispatcher.

New React Interface

30 Jun 00:56
74f7df6
Compare
Choose a tag to compare
v1.1.5

bump version

v1.1.4

30 Jun 00:52
3ebdd57
Compare
Choose a tag to compare
bug: fix npm publish, remove gpr publish

Additional React API

30 Jun 00:42
Compare
Choose a tag to compare

A React provider/consumer API that does not require redux

v1.1.2

30 Jun 00:39
Compare
Choose a tag to compare
Testing Github Actions

v1.0.1

03 Oct 23:08
Compare
Choose a tag to compare
v1.0.0

0.2.17

09 Jul 22:05
Compare
Choose a tag to compare
Fix minor typo

0.2.16

09 Jul 02:17
Compare
Choose a tag to compare
Use prop-types instead of React.PropTypes

0.2.15

21 Jun 00:39
Compare
Choose a tag to compare
Bump version