All notable changes to this project will be documented in this file.
- Hotifx deps
- Build with rollup
- Enforce es3 with buble
- Builds for web, nodejs (es, cjs)
- Added test coverage
- Changelog.md
- Fix missed return
- Fix incorrect state revert when route change has been rejected by route resolve function
- Added tests
- All methods should return
<Promise>
with state true or false depend from route applied
- Added
router.resolve(callbackFn)
hook, returntrue
if route can be applied orfalse
if not - Added rollback state for reverting unresolved routes (when resolve => false)
- Refactoring & iprovements