Skip to content

Releases: snowfrogdev/macao

v2.0.1

22 May 18:53
Compare
Choose a tag to compare

2.0.1 (2018-05-22)

Bug Fixes

  • Trigger new patch release for major documentation update (75c61d8)

v2.0.0

17 May 02:20
Compare
Choose a tag to compare

2.0.0 (2018-05-17)

Features

  • macao.ts: Add asynchronous getAction method (a2995a0)

Performance Improvements

  • utils.ts: Modify now() so that it uses performance.now() in Node.js (324e09a)

BREAKING CHANGES

  • macao.ts: Macao.getAction() is now asynchronous and returns a Promise that resolves into
    and Action.

v1.5.0

08 May 17:04
Compare
Choose a tag to compare

1.5.0 (2018-05-08)

Features

  • Remove enhancements to streamline the API (d9792af)

Performance Improvements

  • simulate: Do not use spliceRandom to get a random move (e45e97e)

v1.4.0

07 May 02:31
Compare
Choose a tag to compare

1.4.0 (2018-05-07)

Bug Fixes

  • select: Fix bug in the way the UCB1 was calculated on state brought in from the Transposition t (9022637)

Features

  • datastore: Add the option of using a Hash Table as a Transposition Table (d3601da)

v1.3.0

05 May 05:37
Compare
Choose a tag to compare

1.3.0 (2018-05-05)

Features

  • Add First play urgency enhancement to selection phase (3388c05)

v1.2.0

03 May 21:00
Compare
Choose a tag to compare

1.2.0 (2018-05-03)

Features

  • Add anti-decisive move simulation policy (57072b3)

v1.1.0

03 May 19:09
Compare
Choose a tag to compare

1.1.0 (2018-05-03)

Features

  • Add the 'decisive moves' simulation policy option (8e9bcfb)

v1.0.5

02 May 15:45
Compare
Choose a tag to compare

1.0.5 (2018-05-02)

Bug Fixes

  • Remove Node performance hook (27c3337)

v1.0.4

02 May 04:20
Compare
Choose a tag to compare

1.0.4 (2018-05-02)

Performance Improvements

  • Add tests for Ultimate-Tic-Tac-Toe and ability to set duration on each call of getAction() (1d7c40b)

v1.0.3

01 May 20:03
Compare
Choose a tag to compare

1.0.3 (2018-05-01)

Bug Fixes