Releases: alexclewontin/riverboat
v0.6.0
v0.5.1
Bug fix: players being marked as "not in" at end of game was causing cards to not be shown. Also some code cleanup and refactoring
v0.5.0
WARNING: This release does not change the API per se, but it does change how the internal state reacts to a given set of transitions, which may render previously legal sequences of Actions illegal.
Specifically, a Deal action is no longer necessary (or even legal) to transition between mid-game states (preflop to flop, flop to turn, turn to river), but may only be used to transition from predeal to preflop.
v0.4.3
Bug fix: In certain situations, the reset routine was not being called. This could wreak all sorts of havoc.
v0.4.2
Bug fix: a missing modulo meant in certain situations advancing the dealer number could get you into trouble.
v0.4.1
Bug fix: folded players did not have previous bets incorporated into the main pot
v0.4.0
Pots updated and delivered as part of view much more frequently
v0.3.1
Minor feature: tweak card disclosure behavior so that once you have folded, your cards are no longer included in your own view
v0.3.0
Feature: implemented correct card disclosure at the end of the game
v0.2.6
Bug fixes:
- Pots were not properly being cleared when the next round was dealt
- In some scenarios, the returnChips internal helper function was zeroing the stack, causing weird behavior when all or all but one players were all in