Releases: Tespa/hearthstone-parser
Releases · Tespa/hearthstone-parser
v4.2.1
4.2.1 (2019-12-14)
Bug Fixes
- quests: fix quests not deleted when completed (#55) (2b6ae23)
v4.2.0
4.2.0 (2019-12-13)
Features
v4.1.2
4.1.2 (2019-12-13)
Bug Fixes
v4.1.1
4.1.1 (2019-08-17)
Bug Fixes
- game-tag-change: fix regex not capturing non-alphabet entity (#50) (55c71d6)
v4.1.0
4.1.0 (2019-08-15)
Features
- add new secrets in Uldum expansion (#49) (8a62563)
v4.0.0
4.0.0 (2019-08-12)
Features
BREAKING CHANGES
- quests:
questCounter
field in player object is removed in favor of quest
field
v3.1.1
3.1.1 (2019-07-26)
Bug Fixes
- mulligan: use game-tag-change for mulligan entry (#46) (7fcd5ed)
v3.1.0
3.1.0 (2019-07-24)
Features
v3.0.1
3.0.1 (2019-07-24)
Bug Fixes
- mulligan: refine mulligan timing for slightly earlier exit (#43) (f2d755d)
v3.0.0
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.