This repository was archived by the owner on Jul 21, 2021. It is now read-only.
- breaking: removed setters beforeEach and afterEach for global hooks, please pass callbacks to methods with the same names (for example, router.beforeEach((to, from, next) => ...);
- feat: introducing router.transitionOut hooks to handle operations after the exit animation has finished;
- refactor: better types declaration.