Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@thejohnhoffer thejohnhoffer released this 17 Dec 10:39
· 62 commits to main since this release

Features

Version 1.0.0 supports many URLs like:

  1. index.html#hello#world with "hashSlash = "#"
  2. index.html/#a#b#c with "hashSlash = "#" and "hashRoot = "/"
  3. The old-school "hashbang" like index.html/#!AJAX with "hashRoot = "!"

See the example properties and test cases.

Bugfixes

  • Removal of nonstandard regex expression #1
  • The parser now handles repeated # as part of the route. (This is the how hashSlash = "#" works).

Tests