Grex Js Versions Save

A JavaScript / WebAssembly library for generating regular expressions from user-provided test cases

v1.0.2

10 months ago

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.

v1.0.1

1 year ago

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.

v1.0.0

1 year ago

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.