Skip to content

Releases: vadymmarkov/Rexy

1.0.1

14 Jan 13:27
3f45276
Compare
Choose a tag to compare

Update to Swift 5.1 #15

1.0.0

14 Jan 10:38
3f45276
Compare
Choose a tag to compare

Update Swift version for SPM & fix tests #14

0.7.0 - Swift 3.0.2

10 Apr 19:31
Compare
Choose a tag to compare

Fix build with latest swift 3.0.2 be @sportlabsMike #11

0.6.1 - Fix linting and tests

30 Jun 21:06
Compare
Choose a tag to compare

0.6.0 - More matching methods

30 Jun 20:39
Compare
Choose a tag to compare

Introduce 3 matching methods:

  • isMatch
  • match
  • matches

0.5.0 - Custom operators

15 Jun 22:39
Compare
Choose a tag to compare

Introduce custom matching operators: #6

0.4.0 - Rexy

15 Jun 22:22
Compare
Choose a tag to compare
  • Pattern matching
  • Capturing groups
  • Replace method
  • Representation of a regular expression error
  • Option sets with default constants for compilation flags (cflag) and regex matching flags (eflag)