path-parser
Advanced tools
Changelog
4.0.0 (2018-03-25)
nullFormat
to 'hidden'
and booleanFormat
to 'empty-true'
.<a name="3.0.1"></a>
Changelog
2.0.0 (2016-10-12)
.match()
renamed to .test()
and now takes an options object as a second parameter.partialMatch()
renamed to .partialTest()
and now takes an options object as a second parameter. Option delimited
is by default true, meaning a partial will be successful if the partially matched path is consumed up to a delimiter (?
, /
, .
, ;
)<a name="1.0.4"></a>