Changelog

#62
upgrade lab to v24
8.0.0
breaking changes
#56
Switch tables to maps
#55
Switch to use maps
7.0.0
breaking changes
#54
Only node 12
#52
Special case '/'
6.0.0
breaking changes
#51
Improve performance
#50
Drop node 8
#57
Check method exists
#49
Fix typo: wilcard -> wildcard
#42
Update deps
#41
Change module namespace
#37
Remove engines
#36
Update hoek v6
#34
Update boom
5.0.0
breaking changes
#33
Node 8
#58
Check method exists
#40
Commercial version of v4 branch
#32
Update deps.
#29
Apply path segment normalization
#28
No "Path Segment Normalization"?
4.0.0
breaking changes
#24
{path*} segments disappear when empty
#26
Update deps
#23
npmignore
#21
Fix empty segment bug
#20
Test on node v6, update dependencies
#16
fix TypeError if path /constructor/foo is accessed
3.0.0
breaking changes
#17
ES6 style changes and node v4
#14
Update project style
#11
Performance tweaks
#10
Support route id
#9
/a/{p}/{p*} conflicts with /a/{p*} (which is not reachable)
#8
'/a/b/{p*}' is more specific than '/{p*5}'
#7
/a/b/{p*} is more specific than /a/{b}/{c}
#6
'/a/{b*}' is less specific than '/a/{b}/{c*}'
#3
Support for flexible routes
#2
Match case-insensitive paths with no params