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

Releases: Tespa/hearthstone-parser

v4.2.1

14 Dec 00:17
2b6ae23
Compare
Choose a tag to compare

4.2.1 (2019-12-14)

Bug Fixes

  • quests: fix quests not deleted when completed (#55) (2b6ae23)

v4.2.0

13 Dec 03:18
5122305
Compare
Choose a tag to compare

4.2.0 (2019-12-13)

Features

v4.1.2

13 Dec 02:20
8bd4675
Compare
Choose a tag to compare

4.1.2 (2019-12-13)

Bug Fixes

v4.1.1

17 Aug 20:10
55c71d6
Compare
Choose a tag to compare

4.1.1 (2019-08-17)

Bug Fixes

  • game-tag-change: fix regex not capturing non-alphabet entity (#50) (55c71d6)

v4.1.0

15 Aug 22:24
8a62563
Compare
Choose a tag to compare

4.1.0 (2019-08-15)

Features

  • add new secrets in Uldum expansion (#49) (8a62563)

v4.0.0

12 Aug 22:00
adf2f4f
Compare
Choose a tag to compare

4.0.0 (2019-08-12)

Features

  • quests: support quest requirement (#48) (adf2f4f)

BREAKING CHANGES

  • quests: questCounter field in player object is removed in favor of quest field

v3.1.1

26 Jul 18:26
b2d860e
Compare
Choose a tag to compare

3.1.1 (2019-07-26)

Bug Fixes

  • mulligan: use game-tag-change for mulligan entry (#46) (7fcd5ed)

v3.1.0

24 Jul 17:20
833fa34
Compare
Choose a tag to compare

3.1.0 (2019-07-24)

Features

v3.0.1

24 Jul 14:46
f2d755d
Compare
Choose a tag to compare

3.0.1 (2019-07-24)

Bug Fixes

  • mulligan: refine mulligan timing for slightly earlier exit (#43) (f2d755d)

v3.0.0

20 Jun 00:38
1114a26
Compare
Choose a tag to compare

3.0.0 (2019-06-20)

Bug Fixes

  • track animation to sync with game feed (#34) (1114a26)

BREAKING CHANGES

  • Various event timing is changed to sync with in-game animation (mulliganActive, turnStartTime refresh timing, timeout refresh timing, questCounter refresh timing, player.turn toggle timing). turnStartTime is not initialised when a game starts, but will have value once the first turn starts.