Releases: HearthSim/hearthstone-deckstrings
Releases · HearthSim/hearthstone-deckstrings
3.0.0 - 2023-06-05
2.1.0 - 2019-02-05
Added
- Export FormatType constants
UseFormatType.FT_WILD
orFormatType.FT_STANDARD
in place of magical constants when checking a decks format
2.0.0 - 2018-02-09
Added
- Added browser bundles
- Added ES module bundles
- Added Typescript typings
Changed
- Always return canonical deckstrings and deck definitions
A canonical deckstring/deck definition has all heroes and cards sorted by dbf id in ascending order
1.1.0 - 2017-07-27
Changed
- Switch deckstrings.js to UMD build
1.0.1 - 2017-07-27
Fixed
- Fix unnecessary dependency
1.0.0 - 2017-07-27
Changed
- Hoisted builds using Rollup
0.2.0 - 2017-05-31
Added
- Tests (using Mocha and Chai)
Changed
- encode: Skip counts with 0
- encode: Verify parameters more strictly
Fixed
- decode: Fix invalid deckstring version message