Skip to content

Releases: cezheng/PySwiftyRegex

Swift 5

26 Aug 02:52
Compare
Choose a tag to compare
3.0.0

Bumping version to 3.0.0.

2.0.1

24 Jan 19:39
Compare
Choose a tag to compare
  • Refix #5 that was incorrectly modified by Swift 4 migration tool.

2.0.0 (Swift 4)

23 Sep 04:02
Compare
Choose a tag to compare

Swift 4 is here!

1.0.0 (Swift 3)

18 Sep 04:28
Compare
Choose a tag to compare
  • Swift 3!

0.3.0 (Final release for Swift 2.3)

18 Sep 03:52
Compare
Choose a tag to compare
  • Swift 2.3 build setting update
  • Fixed a utf16 range bug

0.2.2

22 Feb 16:50
Compare
Choose a tag to compare
  • Fix bug casting from NSRange to Range when String.characters.count != NSString.length

0.2.1

17 Feb 14:01
Compare
Choose a tag to compare
  • Remove --, ++ that will be removed in Swift 3
  • Fix test cases for Swift 2.2

0.2.0

22 Oct 05:41
Compare
Choose a tag to compare
  • Support tvOS
  • Minor optimizations & refactorings

0.1.4

25 Sep 10:30
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release
  • Update header docs to display correctly in Xcode 7.0
  • WatchOS target support

0.1.3

26 Aug 07:42
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
  • Get rid of OptionSetType Array in passing NSRegularExpression Options
  • Update with Xcode 7 beta 6 syntax with some code refactoring