Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 0a38144

Browse files
committed
Release 0.4.0
1 parent bed79b3 commit 0a38144

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fenfurnace",
3-
"version": "0.3.1-next",
3+
"version": "0.4.0",
44
"description": "A chess engine designed to work entirely from a FEN position.",
55
"keywords": [
66
"chess",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ FenFurnace is available [on npm](https://www.npmjs.org/package/fenfurnace):
4444
The following values are given in import `gameData`:
4545
- `castling`: `{ w: { k, q }, b: { k, q } }` (each boolean)
4646
- `boardArray` (array)
47-
- `enpassantSquare` (cell string or `-`)
47+
- `enpassantSquare` (string or `-`)
4848
- `moveList` (array)
4949
- `logList` (array)
5050
- `currentTurn` (`null` or `w` or `b`)
5151
- `halfMoveCount` (int)
5252
- `moveNumber` (int)
53-
- `promotionPiece` (pieceId string)
53+
- `promotionPiece` (char)
5454

5555
## Build
5656

0 commit comments

Comments
 (0)