Skip to content

ChessKit 0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pdil pdil released this 20 Apr 00:55
· 98 commits to master since this release
3efd7e0

Improvements

  • Enable chesskit-swift to run on oldest platform possible without code changes.
    • Now works on iOS 13+, macOS 10.15+, tvOS 13+, watchOS 6+.
  • Annotations on moves in the MoveTree can now also be updated via Game.annotate(moveAt:assessment:comment:).

Bug Fixes

  • Fix MoveTree not properly publishing changes via Game.
  • Fix Board.EndResult.repetition spelling.
    • This isn't made available yet but will be implemented in an upcoming release.

Full Changelog: 0.5.0...0.6.0