• v2.0.0-beta.2 a26f4af0e6

    v2.0.0-beta.2 Pre-release

    LunarTides released this 2023-10-03 12:37:07 +00:00 | 883 commits to main since this release

    Feat

    • add back galakrond cards
    • cclib: add blueprint validation. try to compile
    • add traditional turn counter function
    • cclib: generate card exports on create
    • add watch in makefile

    Fix

    • uc: actually replace regex. replace all game params
    • ccc: use correct tribe instead of using _card

    Refactor

    • split idscript. use idscript in src index
    • uc: generate exports on completion
    • add common function for fs functions
    • use const instead of let
    • rename galakrond cards to their class
    • rename dry-run short command to '-n'
    • hide player attack stat if no attack
    • move trying to compile to tryCompile
    • remove optional fields from blueprints
    • uc: remove game parameter on upgrade
    • remove all game = globalThis.game
    • remove game parameter from ability
    • put event manager into its own file
    • cclib: make overridePath implicitly use dirname

    Full Changelog: https://github.com/LunarTides/Hearthstone.js/compare/v2.0.0-beta.1...v2.0.0-beta.2

    Downloads