Skip to content

0.2.0

Compare
Choose a tag to compare
@jviereck jviereck released this 24 May 21:59
· 216 commits to gh-pages since this release

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 the u flag for unicode mode (see #79)