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
parsefunction. 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
regjsparsercan handle the new-v/--versionand-f/--flags. The later enables users to specify theuflag for unicode mode (see #79)