Releases: cezheng/PySwiftyRegex
Releases · cezheng/PySwiftyRegex
Swift 5
3.0.0
Bumping version to 3.0.0.
2.0.1
- Refix #5 that was incorrectly modified by Swift 4 migration tool.
0.3.0 (Final release for Swift 2.3)
- Swift 2.3 build setting update
- Fixed a utf16 range bug
0.2.2
- Fix bug casting from NSRange to Range when String.characters.count != NSString.length
0.2.1
- Remove --, ++ that will be removed in Swift 3
- Fix test cases for Swift 2.2
0.2.0
- Support tvOS
- Minor optimizations & refactorings
0.1.4
- Update header docs to display correctly in Xcode 7.0
- WatchOS target support
0.1.3
- Get rid of OptionSetType Array in passing NSRegularExpression Options
- Update with Xcode 7 beta 6 syntax with some code refactoring