GitPedia
bhlangonijr

bhlangonijr/chesslib

chess library for legal move generation, FEN/PGN parsing and more

2 Releases
Latest: 4mo ago
1.3.6Latest
bhlangonijrbhlangonijr·4mo ago·January 31, 2026
GitHub

📋 What's Changed

  • Release/1.3.6 by @bhlangonijr in https://github.com/bhlangonijr/chesslib/pull/130
  • Full Changelog: https://github.com/bhlangonijr/chesslib/compare/1.3.5...1.3.6
1.3.5
bhlangonijrbhlangonijr·4mo ago·January 31, 2026
GitHub

📋 What's Changed

  • Fix(PgnHolder): support constructor when file name isn't needed so passing null is not needed, fix tests and docs by @jalpp in https://github.com/bhlangonijr/chesslib/pull/123
  • If there is no piece on the source square inside `Board.isMoveLegal(move, fullValidation)` method, then return false instead of throwing exception by @sourashis59 in https://github.com/bhlangonijr/chesslib/pull/121
  • Upgrade GitHub Actions and JDK distribution by @bhlangonijr in https://github.com/bhlangonijr/chesslib/pull/128
  • Bugfix/issues 126 120 by @bhlangonijr in https://github.com/bhlangonijr/chesslib/pull/127
  • update readme by @bhlangonijr in https://github.com/bhlangonijr/chesslib/pull/129

New Contributors

  • @jalpp made their first contribution in https://github.com/bhlangonijr/chesslib/pull/123
  • @sourashis59 made their first contribution in https://github.com/bhlangonijr/chesslib/pull/121
  • Full Changelog: https://github.com/bhlangonijr/chesslib/compare/1.3.4...1.3.5