File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- # ChessKit [ dev]
1
+ # ChessKit 0.3.0
2
+ Released Wednesday, June 21, 2023.
2
3
3
4
#### New Features
4
5
* Add ` future(for:) ` and ` fullVariation(for:) ` methods to ` MoveTree ` .
5
- * `future(for:)` returns the future moves a given index.
6
+ * `future(for:)` returns the future moves for a given
7
+ index.
6
8
* ` fullVariation(for:) ` returns the sum of ` history(for:) ` and ` future(for:) ` .
7
9
8
10
#### Improvements
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A Swift package for implementing chess logic.
8
8
9
9
* Add a package dependency to your Xcode project or Swift Package:
10
10
``` swift
11
- .package (url : " https://github.com/chesskit-app/chesskit-swift" , from : " 0.2 .0" )
11
+ .package (url : " https://github.com/chesskit-app/chesskit-swift" , from : " 0.3 .0" )
12
12
```
13
13
14
14
* Next you can import ` ChessKit ` to use it in your Swift code:
You can’t perform that action at this time.
0 commit comments