Skip to content

Releases: tigerpixel/PGNParser

Swift 5.1 and Xcode 11

01 Oct 20:43
fb05e0d
Compare
Choose a tag to compare
Pre-release

Swift 5.1 and Xcode 11 updates.
Added all Apple platforms to Swift Package Manager build.
Removed unnecessary return statements.
Swiftlint version update to 0.35.0.
Promoted Swift Package Manager in the README file.

Swift 4 and Xcode 9.0

30 Sep 15:06
Compare
Choose a tag to compare
Swift 4 and Xcode 9.0 Pre-release
Pre-release

Update build for Swift language version 4.
Update the version of Xcode used to build the project to 9.0.
Update the version of Swiftlint used to 0.22.0.
Add failure messages to all simple test failures.
Update format of readme and changelog.

Initial Beta

20 Sep 20:41
Compare
Choose a tag to compare
Initial Beta Pre-release
Pre-release
  • Initial beta release for Draughts game string parsing.
  • Setup the basic project structure with Swiftlint and TravisCI.
  • Give the project targets for iOS, Mac, tvOS and watchOS.
  • Make the project available to Cocoapods, Carthage and the SPM.