Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 517 Bytes

CHANGELOG-2.0.x.md

File metadata and controls

8 lines (8 loc) · 517 Bytes

2.0.x

  • Added type-hints (#6).
  • Switched from travis CI to github actions (#8).
  • Changed swap_color method name to swapColor (#9).
  • Added Pslam (#11).
  • Incorperated exceptions (#10).
  • Added new fen validator trait Ryanhs\Chess\Fen\Validator.
  • Method Chess::validateFen is no longer static.