V2.1 had published at 2017-08-09, here are what we did.
- Add cache reset( clear or recache) to Route Component. Cache Reset
- Split modules' code into middlewares, now you can create your own Route Component. Custom Route
Published at 2017-10-31.
- Repair CacheLink Bug.
V2.0 had published at 2017-04-19, here are what we did.
- Add
state
to HashRouter. - Add
state
property to Link and CacheLink, which can be readed by Control.state. - Change base library to
vhistory
(history
before). - HashRouter can auto add random key to url when browser doesn't support state API(default no key).
React-Keeper is a routing library of React, like React-Router, but stronger.
- Pages Cache.
- Extensible Route config.
- Enter filter and leave filter to fit truely project.
- Use tags to config:
index
,miss
,cache
and so on. - Flexible config of Route, Link, CacheLink.
- Dirty check of Route Component.