Skip to content

Releases: cjlarose/weiqi.js

v0.1.0

16 Apr 04:46
Compare
Choose a tag to compare
  • removed Board.getStones
  • faster history checking in Game

Migration to Immutable.js

19 Feb 03:30
Compare
Choose a tag to compare

Now using Immutable.js instead of mori.

ES6

13 Feb 07:12
Compare
Choose a tag to compare
ES6

Added ES6 support via the 6to5 transpiler. Taking advantage of some tail-call optimization and arrows.

0.0.6

08 Feb 00:46
Compare
Choose a tag to compare
  • Weiqi.createBoard requires a size parameter
  • Add Board.getStones(color) method that returns an array containing the coordinates of stones of a given color.

0.0.5

08 Feb 00:39
Compare
Choose a tag to compare

Module flattening. Weiqi.Game.createGame becomes Weiqi.createGame. Weiqi.Board.createBoard becomes Weiqi.createBoard.

0.0.4

08 Feb 00:37
Compare
Choose a tag to compare

Add Game.areaScore(komi) and Board.areaScore() methods.

0.0.3

08 Feb 00:36
Compare
Choose a tag to compare
  • Creating a game is done with Weiqi.Game.createGame instead of new Weiqi.Game(), likewise for Board.
  • Game methods now return new Game objects.

0.0.2

08 Feb 00:33
Compare
Choose a tag to compare
  • Remove lodash dependency in favor of using methods from mori.
  • Board.toString has been removed, and Board.toArray is added.

0.0.1

08 Feb 00:34
Compare
Choose a tag to compare

Initial release