Skip to content

Releases: s9e/RegexpBuilder

1.4.0

05 Jan 04:55
1.4.0
Compare
Choose a tag to compare

Added support for custom meta-characters. See README.md for usage.

1.3.0 (2016-10-30)

30 Oct 16:23
1.3.0
Compare
Choose a tag to compare

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)

14 Oct 21:06
1.2.0
Compare
Choose a tag to compare

Added a new pass: CoalesceOptionalStrings. It turns (?:ab?|b)? into a?b?.

1.1.0 (2016-09-18)

18 Sep 18:20
1.1.0
Compare
Choose a tag to compare

Added support for JavaScript regexps with u flag.

1.0.1 (2016-09-14)

14 Sep 17:31
1.0.1
Compare
Choose a tag to compare

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)

05 Sep 23:35
1.0.0
Compare
Choose a tag to compare

Initial release.