Skip to content

v2.0 added makeRoutes and changed getHash behavior

Choose a tag to compare

@webmasterkai webmasterkai released this 08 Feb 01:50
· 57 commits to master since this release
  • No longer strip the # from the hash. getHash became stripHash util function.
  • Added makeRoutes({ author: '/author(/:author)' })
  • Added a couple tests.