Skip to content

Releases: artischockee/router

New utilities and types

02 Sep 04:59
Compare
Choose a tag to compare

Features:

  • New types added: ToStringableObject, BaseRoute, RouteDirty, RoutesDirty
  • New utilities: getRouterNode, getRouterPaths
  • New utility arguments: navigateTo now receives ToStringableObject type for path argument (alongside with string type)

Imports, exports, README

29 Aug 10:13
Compare
Choose a tag to compare

Fixes:

  • fixed imports and export to provide smooth interaction with the library
  • fixed types usage in README.md

Types

29 Aug 10:15
Compare
Choose a tag to compare

Fixes:

  • fixed types mess, which prevented from normal types usage in projects