Regex v2.1.1 Release Notes

Release Date: 2020-03-02 // about 4 years ago
  • ๐Ÿ‘Œ Improves the CocoaPods spec metadata by explicitly annotating the license file as "MIT". Thanks @AlexeyVasilyevRN!


Previous changes from v2.1.0

  • ๐Ÿ†• New:

    • โž• Adds a new option regex option .allowCommentsAndWhitespace, allowing for richer, self-documenting regular expression patterns. (#66 โ€” thanks @remithaunay!)

    ๐Ÿ‘Œ Improved:

    • ๐ŸŽ Updated internals to use the modern built in conversions between NSRange and Range<String.Index>. This should improve performance and potentially correctness! (#69)