Version 1.0.0
Features
Version 1.0.0 supports many URLs like:
index.html#hello#world
with "hashSlash = "#"index.html/#a#b#c
with "hashSlash = "#" and "hashRoot = "/"- 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 howhashSlash = "#"
works).
Tests
- 7 initial tests added #4
- Tested with
react@18
,[email protected]
and[email protected]