Skip to content

Releases: cape-io/location-info

v2.1.0

08 Feb 11:32
Compare
Choose a tag to compare
  • Added index property to route. Clearly states route match priority.
  • Transition away from makeRoute to addRoute. Aliased for now.
  • Added deleteRoute(id) method.
  • Added size() method.

v2.0 added makeRoutes and changed getHash behavior

08 Feb 01:50
Compare
Choose a tag to compare
  • No longer strip the # from the hash. getHash became stripHash util function.
  • Added makeRoutes({ author: '/author(/:author)' })
  • Added a couple tests.

Initial release

07 Feb 23:53
Compare
Choose a tag to compare
v1.0

v1.0.1