Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Releases: malcommac/SwiftScanner

SwiftScanner 1.1.0 (Swift 4.2+)

27 Oct 08:32
Compare
Choose a tag to compare

Released on: 2018-10-27

Changes

#1 Add method to skip characters in a given character set
#2 Added .gitignore to exclude .build folder
#6 Added support for Swift 4.2 and XCode 10
#7 Compatibility with Swift Package Manager for Swift 4.x

SwiftScanner 1.0.3

27 Oct 08:32
Compare
Choose a tag to compare

1.0.2 (2011-12-07)

07 Dec 12:59
Compare
Choose a tag to compare
  • [CHANGE] match() functions does not throws but simply return false if pattern does not match (this to simplify written code)

1.0.0 - 2011/12/07

07 Dec 12:59
Compare
Choose a tag to compare

First release completed with Unit tests