0.16.0
Changes
- Added
?undefined
fields toOption
,Result
, andLoopAction
so that one can do e.g.x.value?.foobar
without needing to check the tag. - Removed
compactOptions
argument fromexactStrategy
andcaseInsensitiveStrategy
and use the same asoptions
. - Some documentation improvements.
- 1.0.0 soon?