0.2.0
Minor version bump because the interface to parse
takes a new third argument. If you used the previous 0.1.5 release and ignored the third argument to parse
the new version will not affect you.
More details:
- This release introduces a third argument to the
parse
function. The new argument allows to toggle (experimental) features on/off. In particular, this allows to enable experimental support for parsing "\p{…} and \P{…} in Unicode mode" (see #78 for more details). - The cli command
regjsparser
can handle the new-v/--version
and-f/--flags
. The later enables users to specify theu
flag for unicode mode (see #79)