ChessKit 0.10.0
Pre-release
Pre-release
Improvements
- Update tools version to Swift 5.9 (requires Xcode 15.0 or greater).
- Conform to Swift strict concurrency and add
Sendable
conformance to most objects
Breaking Changes
Game
is now astruct
and no longer conforms toObservableObject
.- If observation semantics are required, consider using
didSet
property observers or an object that utilizes the@Observable
macro.
- If observation semantics are required, consider using
Full Changelog: 0.9.0...0.10.0