Releases: s9e/RegexpBuilder
Releases · s9e/RegexpBuilder
1.4.0
1.3.0 (2016-10-30)
Removed the Utf8ToSurrogates
input and added a useSurrogates
option to the Utf8
input class.
Added a case
option to the PHP
and JavaScript
output classes.
See the README.md file for updated usage.
1.2.0 (2016-10-14)
Added a new pass: CoalesceOptionalStrings. It turns (?:ab?|b)?
into a?b?
.
1.1.0 (2016-09-18)
Added support for JavaScript regexps with u flag.
1.0.1 (2016-09-14)
No functional changes from 1.0.0. Surrogates are ordered differently in JavaScript but it should have no functional effect. Some code has been simplified or refactored.
1.0.0 (2016-09-06)
Initial release.