Skip to content

v1.0.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@jhlywa jhlywa released this 17 Dec 02:05
· 9 commits to master since this release

Breaking Changes

These two changes only impact users that retain PGN headers when calling .clear or .load.

  • clear(true) should now be written as clear({ preserveHeader: true })
  • load(myFen, true) should now be written as load(myFen, { preserveHeader: true })

Enhancements

Bug Fixes

  • Fix README shield links (@JamJomJim - #416)
  • Fix three-fold repetition to only return true if the immediate position has been repeated 3 times (@gavin-lb - #144)
  • Update internal king cache when overwriting the king via put() (@Manukyanq #426)
  • Always clear Setup and FEN when calling .clear() (@jhlywa - be03fe0)