Skip to content

grex 1.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 10:27
· 112 commits to main since this release
d8b44f1

Improvements

  • All characters from the current Unicode standard 15.0 are now fully supported. (#128)
  • A proper exit code is now returned if the provided user input cannot be handled by the CLI. Big thanks to @spenserblack for the respective pull request. (#165)

Changes

  • It is not possible anymore to call RegExpBuilder.with_syntax_highlighting() in the library as it only makes sense for the CLI.
  • The dependency atty has been removed in favor of std::io::IsTerminal in Rust >= 1.70.0. As a result, Rust >= 1.70.0 is now needed to compile the CLI.
  • All remaining dependencies have been updated to their latest versions.

Bug Fixes

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