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

Releases: Tespa/hearthstone-parser

v1.2.4

18 Apr 19:03

Choose a tag to compare

1.2.4 (2019-04-18)

Bug Fixes

  • package: fix incorrect deck count tracking (#17) (e74ab51)

v1.2.3

18 Apr 18:55
0f962ef

Choose a tag to compare

1.2.3 (2019-04-18)

Bug Fixes

  • logwatcher: correctly mark gameState arg as optional (#18) (0f962ef)

v1.2.2

18 Apr 18:45
6edd779

Choose a tag to compare

1.2.2 (2019-04-18)

Bug Fixes

  • package: resolve npm audit warnings (#19) (6edd779)

v1.2.1

11 Apr 23:51
b3fcec6

Choose a tag to compare

1.2.1 (2019-04-11)

Bug Fixes

  • package: ensure log.config is packed in releases (#16) (b3fcec6)

v1.2.0

11 Apr 21:21
2d86f8c

Choose a tag to compare

1.2.0 (2019-04-11)

Features

  • events: emit the value of GameState obj w/ gamestate-changed event (#15) (2d86f8c)

v1.1.1

11 Apr 21:18
be4088f

Choose a tag to compare

1.1.1 (2019-04-11)

Bug Fixes

  • package: resolve npm audit warnings (#14) (be4088f)
  • types: ensure typedefs are generated and packed (#13) (a9b2b2e)

v1.1.0

11 Apr 03:44
c4d3a88

Choose a tag to compare

1.1.0 (2019-04-11)

Features

v1.0.0

05 Apr 19:20
dcd5e93

Choose a tag to compare

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)