Releases: Tespa/hearthstone-parser
Releases · Tespa/hearthstone-parser
v2.1.4
2.1.4 (2019-05-24)
Bug Fixes
- game-over: trigger game-over according to animation (#40) (072d021)
v2.1.3
2.1.3 (2019-05-23)
Bug Fixes
v2.1.2
2.1.2 (2019-05-17)
Bug Fixes
- mulligan: turn mulliganActive true on MULLIGAN_STATE INPUT (#35) (d1e4f4e)
v2.1.1
2.1.1 (2019-05-17)
Bug Fixes
- correct for player position (#32) (01dae4e)
- correct mulligan state for spectated matches (#33) (ae9f049)
v2.1.0
2.1.0 (2019-05-16)
Features
v2.0.0
2.0.0 (2019-05-15)
Features
- move card counts into Player objects (#30) (dd8abde)
BREAKING CHANGES
- The
friendlyCount
and opposingCount
fields have been removed. Instead, card counts are tracked via the cardCount
property on the individual player objects.
v1.5.0
1.5.0 (2019-05-11)
Features
v1.4.1
1.4.1 (2019-05-06)
Bug Fixes
- set turn boolean for the first turn (#27) (818a969)
v1.4.0
1.4.0 (2019-05-04)
Features
v1.3.0
1.3.0 (2019-05-02)
Features