Skip to content

Releases: DandyLyons/NativeRegexExamples

0.0.7

02 Sep 21:21
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

Add tests for RegexBuilders.

Note:
Experiments have not yet yielded a viable way to reuse tests between the RegexLiterals and RegexBuilders. In the meanwhile, we are manually duplicating tests to cover each.

0.0.6

02 Sep 18:26
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

Full Changelog: 0.0.3...0.0.6

  • Add Documentation hosting on Swift Package Index
  • Removed test target from the Swift 5 manifest
  • Expanded platform availability to every platform that can use Regex
    • Note: I have not built on all platforms. Please file an Issue if a platform fails to build.

0.0.3

31 Aug 22:56
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Update Readme

0.0.1

31 Aug 22:38
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Regex's and tests for:

  • Date (MM/DD/YYYY) detection
  • Email
  • IPv4
  • Phone Numbers
  • SSN

Full Changelog: https://github.com/DandyLyons/NativeRegexExamples/commits/0.0.1