- Add to Move.ts movesContains and sameMove.
- Add getAllowedMovesFromArrays.
- Remove unnecessary getTurnPiecesWhereCanIGo() but keep getPiecesWhereCanIGo()
- Add getTurnPiecesWhereCanIGo().
- Gets all pieces from current player turn with whereCanIGo.
- Add getTurnPieces().
- Gets all pieces from current player turn.
- Add interface IPiece.
- Export typings.
- Complete rewrite to pure functions.
- Transpiring Typescript to esnext.
- Initial public release.