Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

Releases: Tespa/hearthstone-parser

v2.1.4

24 May 12:33
072d021
Compare
Choose a tag to compare

2.1.4 (2019-05-24)

Bug Fixes

  • game-over: trigger game-over according to animation (#40) (072d021)

v2.1.3

23 May 17:35
Compare
Choose a tag to compare

2.1.3 (2019-05-23)

Bug Fixes

  • game-over with wrong parts pickup (#36) (f1dc54b)

v2.1.2

17 May 09:17
d1e4f4e
Compare
Choose a tag to compare

2.1.2 (2019-05-17)

Bug Fixes

  • mulligan: turn mulliganActive true on MULLIGAN_STATE INPUT (#35) (d1e4f4e)

v2.1.1

17 May 02:34
Compare
Choose a tag to compare

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

16 May 06:57
Compare
Choose a tag to compare

2.1.0 (2019-05-16)

Features

v2.0.0

15 May 05:16
Compare
Choose a tag to compare

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

11 May 22:38
Compare
Choose a tag to compare

1.5.0 (2019-05-11)

Features

v1.4.1

06 May 23:05
Compare
Choose a tag to compare

1.4.1 (2019-05-06)

Bug Fixes

  • set turn boolean for the first turn (#27) (818a969)

v1.4.0

04 May 19:47
4353b3a
Compare
Choose a tag to compare

1.4.0 (2019-05-04)

Features

  • typings: export Player interface (#24) (4353b3a)

v1.3.0

02 May 23:46
Compare
Choose a tag to compare

1.3.0 (2019-05-02)

Features