All notable changes to this project will be documented in this file.
[ ] first defined path of context become default href, if not already specified
[ ] add "loaded" tag to routes
[ ] overwrite route if going to new one when the current is not loaded yet
- fix #3
- complete refactor
- fix packages update
- update packages
- Describe tests using Mocha and Playwright
- fix
Router.go
type hint
- fix
Router.go
type hint
- emit typescript declaration
- always have trailing backslash in routes
- fix location pathname in
Router
- avoid any setup on module import
- export function
initEventListener
avoid side effect on module import
- fix duplicate port in
LOCATION_BASE
inURLMananager
- fix
URLManager.base
andURLManager.get
- implement
HistoryManager.isStarted
- actually fix
URLManager.get
bug
- fix
URLManager.get
bug
- use full location pathname in
URLManager.construct
- allow not "#" base, using History API
- add possibility to avoid auto href management (can skip context definition)
- fix bug in HistoryManager::go
- fix NavigationLock.unlock not having instant effect
- fix ts warnings
- change "dist" structure
- edit entry points in "package.json"
- add "files" in "package.json"
- update dependencies
- add "ROADMAP.md" file
- add
HistoryManager.getContextDefaultOf
- add
Router.getContextDefaultOf