Updated ffish.js to 0.6.0
authorQueensGambit <curry-berry@freenet.de>
Tue, 2 Feb 2021 22:14:29 +0000 (23:14 +0100)
committerFabian Fichter <ianfab@users.noreply.github.com>
Tue, 2 Feb 2021 23:14:15 +0000 (00:14 +0100)
commitb4a1738611594d67ca6cb983c94fd0a60e237801
tree40b4bec4634d82359064fa96b7f02fc1420e90fc
parent2a8e7b2ed988448ab4763dfbe3cc654874fe628b
Updated ffish.js to 0.6.0
* made validate_fen() more robust (allows '-' for variants which do not
have no-progress counter or castling rights)
* added is_move_none() check to board.push(), board.push_san(),
board.san_move(), board.variation_san()
* added board.variant()
* bug fix: Added ++curIdx after parsing comment in read_game_pgn()
* ffish.js supports now "atomic" as it has been integrated into Fairy-
Stockfish
src/apiutil.h
src/ffishjs.cpp
tests/js/README.md
tests/js/package.json
tests/js/test.js