v1.3.0
What's Changed
- improved repetition check (NOTE: this is repetition count not distance)
- removing timeout of tests
- clean illegal castling in FEN (this shouldn't be, yet it's fine)
- tidied up code
- replaced
HeapAllocatedValueListwithstd::vectorwith reserve - replaced some ASSUMEs with asserts
- added
START_FENandSTART_CHESS960_FEN - basically implementing multiple FEN parsers
Full Changelog: v1.2.0...v1.3.0