Skip to content

Releases: min9nim/react-dynamic-route

v0.1.2

22 Jan 04:25

Choose a tag to compare

rerender when location.search changed

v0.1.1

24 Dec 08:12

Choose a tag to compare

  1. update README.md
  2. remove default error handler

v0.1.0

07 Nov 10:50

Choose a tag to compare

update interface of onError like below

onError={(e, history) => {
  if (
    e.message.startsWith('Cannot find module') &&
    window.location.pathname !== '/404'
  ) {
    history.push('/404')
    return
  }
  throw e
}}

v0.0.19

07 Nov 10:10

Choose a tag to compare

update README.md

v0.0.18

04 Sep 08:37

Choose a tag to compare

fix error of infinite loop of routing

v0.0.17

04 Sep 01:24

Choose a tag to compare

fix typo on README

v0.0.16

03 Sep 03:04

Choose a tag to compare

update README.md

update README.md

29 Aug 15:01

Choose a tag to compare

v0.0.15

version up

v0.0.14

08 Aug 00:34
87ed698

Choose a tag to compare

update README.md

initial tag

27 Jul 08:38

Choose a tag to compare

v0.0.13

version up