• v5.3.0 c9d846d22b

    v5.3.0 Stable

    LunarTides released this 2024-09-08 18:14:21 +00:00 | 1 commits to main since this release

    CardType:

    1. + BATTLEGROUND_TRINKET

    SpellSchool:

    1. + GREATER_TRINKET
    2. + LESSER_TRINKET
    Downloads
  • v5.2.1 2860d53348

    v5.2.1 Stable

    LunarTides released this 2024-07-29 10:18:41 +00:00 | 3 commits to main since this release

    Add .npmignore

    Downloads
  • v5.2.0 d2c6ce1877

    v5.2.0 Stable

    LunarTides released this 2024-07-29 10:10:45 +00:00 | 5 commits to main since this release

    Updated to 29/07/2024 (DD/MM/YYYY)

    • EVENT (CardClass)
    Downloads
  • v5.1.0 433350540d

    v5.1.0 Stable

    LunarTides released this 2024-07-02 13:48:28 +00:00 | 8 commits to main since this release

    + ISLAND_VACATION (Set)

    Downloads
  • v5.0.0 444c43feea

    v5.0.0 Stable

    LunarTides released this 2024-06-09 16:57:03 +00:00 | 15 commits to main since this release

    Simplify updating types.ts file.

    As a result:
    Class => CardClass
    Mechanic => Mechanics
    Removed Tribe. Use Race instead.

    Full Changelog: https://github.com/LunarTides/HearthstoneVanillaTypes/compare/v4.0.1...v5.0.0

    Downloads
  • v4.0.1 9d9ed4f618

    v4.0.1 Stable

    LunarTides released this 2024-02-06 10:52:02 +00:00 | 18 commits to main since this release

    Downloads
  • v4.0.0 04be59c450

    v4.0.0 Stable

    LunarTides released this 2024-02-06 10:36:53 +00:00 | 20 commits to main since this release

    BREAKING CHANGE
    Renamed fields. These changes are from the Vanilla Hearthstone API that I use for reference.
    Renamed Mechanic.START_OF_GAME => Mechanic.START_OF_GAME_KEYWORD
    Renamed Mechanic.HONORABLEKILL => Mechanic.HONORABLE_KILL
    Renamed Mechanic.SIDEQUEST => Mechanic.SIDE_QUEST

    Non-breaking Changes:
    Updated card counts as usual.
    Re-organize the code to align with the output of the generate scripts.

    Full Changelog: https://github.com/LunarTides/HearthstoneVanillaTypes/compare/v3.0.1...v4.0.0

    Downloads