Skip to content
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

v3.1.1

Latest
Compare
Choose a tag to compare
@lyohaplotinka lyohaplotinka released this 18 Mar 22:48
· 4 commits to master since this release
  • breaking: easyroute-core updated to 1.4.0 - difference in hooks definitions (changelog);
  • beraking: removed current route info access method via export let currentRoute;
  • breaking: better tree-shaking support: ssr functionality and useCurrentRoute hook are no longer part of the main library;
  • refactor: reorganized directory structure;
  • fix: removed circular dependency in EasyrouteProvider;
  • fix: correct type definitions for registerRouterSSR;
  • feat: added type definitions for usage with TypeScript;
  • refactor: RouterOutlet now uses $$restProps svelte feature.