This repository was archived by the owner on Oct 24, 2021. It is now read-only.
Releases: Tespa/hearthstone-parser
Releases · Tespa/hearthstone-parser
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
v1.0.0
1.0.0 (2019-04-05)
Bug Fixes
- change timing of when game state is reset (83efafd)
- correctly parse live running log files (864d29f)
- fix deck size parsing (19e978d)
- fix path to local template config file (78688f7)
- make player and turn tracking more robust (5eb9f0e)
- GameState: improve player retrieval APIs (d495ac0)
- LogWatcher: correctly mark constructor args as being optional (#3) (42b23bf)
- LogWatcher: fix infinite debounce loop resulting in no events (1eaf694)
- new-player: fix regex (bb63e21)
- turn: improve turn tracking (eb3282e)
- zone-change: ignore changes which have same TO and FROM zone (7f2bf37)
Features
- error if paths don't exist (2994987)
- expose parserState (cc4af01)
- LineParsers: add "turn" line parser (e832dc8)
- package: add fastbuild script (ca29b95)
- package: add fasttest script (494d2f1)
- implement quest counter (#2) (ff83ced)
- log which file is being loaded (49ce393)
- move state reset to being at game start again, instead of game over (d9fb4e9)
- remove need for endOfLine config option (25132cd)