Regex v2.1.1 Release Notes
Release Date: 2020-03-02 // over 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
andRange<String.Index>
. This should improve performance and potentially correctness! (#69)
- โ Adds a new option regex option