Skip to content

Releases: exom-dev/lirouter

lirouter-v2.2R

23 Dec 21:10
2f24ce0

Choose a tag to compare

This release brings extra features and a smaller file size.

Changelog:
+ the navigate function now accepts an optional parameter, updateUrl (false = doesn't update the URL after navigating, default: true)
+ the option function, which currently only supports the forceRedraw option (true = re-renders a path even if it's the same as the last one, default: false)

~ reduced the file size from 1.35KB to 1.26KB

lirouter-v2.1R

02 Jul 10:24
3b0778e

Choose a tag to compare

This release brings a minor bug fix.

Changelog:
~ '/' and '\' characters are now ignored if they are placed at the end of a non-root route or path

lirouter-v2.0R

20 Jun 12:19
5be9c9f

Choose a tag to compare

This release is lighter and easier to work with.

Changelog:
~ Cleaned up the code
- Removed sections
- Removed the 'addNavigator' function

lirouter-v1.0R

20 Jun 10:32
c5c7d4d

Choose a tag to compare

This is the initial release of lirouter.