Releases: snowfrogdev/macao
Releases · snowfrogdev/macao
v2.0.1
Compare
Sorry, something went wrong.
No results found
2.0.1 (2018-05-22)
Bug Fixes
Trigger new patch release for major documentation update (75c61d8 )
v2.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.3.0 (2018-05-05)
Features
Add First play urgency enhancement to selection phase (3388c05 )
v1.2.0
Compare
Sorry, something went wrong.
No results found
1.2.0 (2018-05-03)
Features
Add anti-decisive move simulation policy (57072b3 )
v1.1.0
Compare
Sorry, something went wrong.
No results found
1.1.0 (2018-05-03)
Features
Add the 'decisive moves' simulation policy option (8e9bcfb )
v1.0.5
Compare
Sorry, something went wrong.
No results found
1.0.5 (2018-05-02)
Bug Fixes
Remove Node performance hook (27c3337 )
v1.0.4
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.0.3 (2018-05-01)
Bug Fixes