Skip to content

Releases: kuu12/less-router

v2.1.8

30 Sep 06:50
Compare
Choose a tag to compare
  • Compatibility.
  • Extremely reduce code size.

v2.1.6

28 Sep 06:38
Compare
Choose a tag to compare
  • 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.1.0

16 Sep 10:18
Compare
Choose a tag to compare

Reduce this size.

v2.0.3

15 Sep 16:27
Compare
Choose a tag to compare
  • 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

05 Sep 10:49
Compare
Choose a tag to compare

Case sensitive(false by defualt).
Intelligent back() and forward().

v1.7.2

28 Aug 08:09
Compare
Choose a tag to compare

Fix a problem which occurs while using exclusing <Routing> and autoCache at the same time.

v1.7.1

26 Aug 03:12
Compare
Choose a tag to compare

More error messages.

v1.6.14

24 Aug 10:25
Compare
Choose a tag to compare

Indicate entry html filename

v1.6.12

24 Aug 09:23
Compare
Choose a tag to compare

Stability.

v1.6.10

23 Aug 15:54
Compare
Choose a tag to compare

Optimize performance.