changelogs.md


regex-patterns/regex-patterns

Repository  -  API  -  Source

1.0.2

December 19, 2022
  • Optimized match() function thanks to https://github.com/erezsh's catch.
  • Added benchmark codes.
  • Renamed regex vairables and prepended re_.

1.0.1

December 14, 2022

Patched name collision with original commonregex package. New naming import as crim.

1.0.0

February 3, 2023
  • Fork the repository commonregex-improved.
  • Change the way the package is used.
  • Add parameters to ignore case and check word boundaries.
  • Add IBAN patterns by country.

Changelog from the repo commonregex-improved

1.0.0

July 29, 2022

Production release. Fixed all the minor regex errors.

Changed

  • Production release. Fixed all the minor regex errors.

0.0.5

July 29, 2022

Changing project description and removing unused function.

Changed

  • Changing project description and removing unused function.

0.0.4

July 28, 2022

Fixed time regex again.

Changed

  • Fixed time regex again.

0.0.3

July 28, 2022

Fixed time regex

Changed

  • Fixed time regex

0.0.2

July 28, 2022

Working import version

Changed

  • Working import version

0.0.1

July 27, 2022

First release of this project

Changed

  • First release of this project. Very skeletal version.