Releases: exom-dev/lirouter
Releases · exom-dev/lirouter
lirouter-v2.2R
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
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
This release is lighter and easier to work with.
Changelog:
~ Cleaned up the code
- Removed sections
- Removed the 'addNavigator' function
lirouter-v1.0R
This is the initial release of lirouter.