Releases: kuu12/less-router
Releases · kuu12/less-router
v2.1.8
- Compatibility.
- Extremely reduce code size.
v2.1.6
- Add a method router.sync(404). In some case we couldn't figure out whether 404 or not immediately (for example, routes are dynamic load from server). We could manual refresh the 404 pages in time.
- Enhance performance.
v2.0.3
- Now exlusive routes have no need to be put together. Use property
group
, and <Routing>
as a tag is deprecated. Check the latest README.md for more details.
- Fix a bug about using cache and exclusive routing at the same time.
- Enhance performance.
v1.7.6
Case sensitive(false by defualt).
Intelligent back() and forward().
v1.7.2
Fix a problem which occurs while using exclusing <Routing>
and autoCache
at the same time.
v1.6.14
Indicate entry html filename