Skip to content

grex 1.4.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 10:49
· 11 commits to main since this release

Improvements

  • Type stubs for the Python bindings are now available, allowing better static code analysis, better code completion in supported IDEs and easier understanding of the library's API.
  • The code for creating regular expressions in verbose mode has been simplified and is more performant now.
  • ARM64 binaries are now provided for every major platform (Linux, macOs, Windows).

Bug Fixes

  • For a small set of special characters, grex produced incorrect regular expressions when the case-insensitivity feature was enabled. This has been fixed.

Changes

  • All dependencies have been updated to their latest versions.