Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Releases: jcoreio/react-router-redux-features

v3.0.2

23 Jan 23:49

Choose a tag to compare

3.0.2 (2018-01-23)

Bug Fixes

v3.0.1

22 Dec 20:44

Choose a tag to compare

3.0.1 (2017-12-22)

Bug Fixes

  • package.json: fix peerDependencies (5da7215)

v3.0.0

22 Dec 19:57

Choose a tag to compare

3.0.0 (2017-12-22)

Bug Fixes

BREAKING CHANGES

  • flow types for react have been changed, and will not
    be compatible with earlier versions.

v2.0.2

22 Dec 16:23

Choose a tag to compare

2.0.2 (2017-12-22)

Bug Fixes

v2.0.1

21 Dec 21:45

Choose a tag to compare

2.0.1 (2017-12-21)

Bug Fixes

  • package.json: upgrade react-router (c24568e)

v2.0.0

30 Aug 00:13

Choose a tag to compare

2.0.0 (2017-08-30)

Features

  • createFeatureRoute: create featureRoute function (73d5972)

BREAKING CHANGES

  • createFeatureRoute: index.js now exports a create function that creates all three functions you
    may need from one customization options argument.

v1.0.3

29 Aug 23:16

Choose a tag to compare

1.0.3 (2017-08-29)

Bug Fixes

  • wrapRoute: don't return promises from methods (112a64f)
  • wrapRoutes: return if waiting on server (cca1608)

v1.0.2

29 Aug 21:36

Choose a tag to compare

1.0.2 (2017-08-29)

Bug Fixes

  • wrapRoute: proxy all methods to newly loaded route (bfb48ee)

v1.0.1

29 Aug 15:36

Choose a tag to compare

1.0.1 (2017-08-29)

Bug Fixes

  • wrapRoute.js.flow: fix import (8eb5ef8)

v1.0.0

28 Aug 22:52

Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-08-28)

Bug Fixes

  • PROJECT-package.json:
  • complete.sh:
  • package.json: remove prepublish script from test package.json (e5483308)
  • pollinate:
  • pollinate-templates: fix scoped package name (d2e5a405)
  • project: make templates for package.json and .travis.yml (a27da9ec)
  • template.json:
    • add and commit changed files after pollinating (e61281ff)
    • remove --squash (4ec765bc)
    • run git commands from proj directory (b31c4cc3)

Features

  • package: initial commit (36ed4a24)
  • package.json:
  • pollinate:
    • improve how pollination works (91ec60a2)
    • merge template fields into package.json (5456a209)
    • add pollinate templates (be0fafaf)