Skip to content

Releases: pemistahl/grex-js

grex 1.0.2

02 Aug 09:01
Compare
Choose a tag to compare

Improvements

  • All characters from the current Unicode standard 15.0 are now fully supported.

Bug Fixes

  • Several bugs have been fixed that caused incorrect expressions to be generated in rare cases.

This version corresponds to the latest version 1.4.2 of the Rust library and command-line tool.

grex 1.0.1

21 Oct 15:49
Compare
Choose a tag to compare

Bug Fixes

  • A bug in the grapheme segmentation was fixed that caused test cases which contain backslashes to produce incorrect regular expressions.

This version corresponds to the version 1.4.1 of the Rust library and command-line tool.

grex 1.0.0

09 Aug 13:58
Compare
Choose a tag to compare

This is the very first release of grex for the browser. It aims at simplifying the construction of regular expressions based on matching example input.

This version corresponds to the version 1.4.0 of the Rust library and command-line tool.