• v2.0.0-beta.5 2899a39c7c

    v2.0.0-beta.5 Pre-release

    LunarTides released this 2023-10-26 09:14:07 +00:00 | 730 commits to main since this release

    2.0.0-beta.5 (2023-10-26)

    Chores
    • update @hearthstonejs/vanillatypes dependancy (aa854803)
    • update dependancies (f5b93caf)
    • bump build number to 5 (c27de037)
    Bug Fixes
    • fix bug in card.canAttack (594c5c84)
    • negate check for overrideNoInput (7dbf2920)
    • make config file affect deckcode importing (cf02a072)
    • allow disabling converting tags in fromRarity (4edeeaef)
    • allow tags with colons to work with walls (5b1690b8)
    • tags don't remove partial matches if perfect match exists (cd272552)
    • add spaces when generating card exports (6809bbce)
    • script: manually exit from the generator (c95f760c)
    Other Changes
    • remove player.heroPowerCost (55e810ad)
    • rename color.strip to color.stripColors (bc54af16)
    • improve example cards (9de55adc)
    • remove Card.conditioned (4e235700)
    • update documentation for functions / interact (4e0a3b10)
    • rename printLicense to license (5316a011)
    • rename printName to watermark (0307f014)
    • rename printAll to showGame (563a4fd3)
    • remove capitalizeAll from util functions (f5b8aab8)
    • remove lastChar util function (a2f9eeb3)
    • add date-and-time dependancy (e5878cc7)
    • move vanilla card types to another project (dfc45f4f)
    • fix all xo warnings (8b18426e)
    • force no unused variables in linting (d82b63e4)
    Refactors
    • remove useless code from getReadable (a2661508)
    • add armor and hand size in printPlayerStats (d1f7f7f2)
    • add detail function in printPlayerStats (253b93c2)
    • add card.colorFromRarity (36dd5fc9)
    • make stats gray if cannot attack (a9a9ec50)
    • add hero power to printPlayerStats (e4359817)
    • move canAttack to Card class (606b2033)
    • invert condition to remove a tab (2f1442c2)
    • simplified code in printPlayerStats (673d1636)
    • remove color.preventParsingTags (1fe2ef03)
    • add color.stripAll to remove ansi and tags (bafd2c05)
    • combined blueprint into card types (3afbff23)
    • add option to prevent parsing color tags (bbbeca89)
    • show player weapon in printPlayerStats (79e02ccd)
    • rewrote printPlayerStats (5103abdc)
    • rename some parameters to remove underscores (9a9dc6c5)
    • remove uuid dependancy (c59c3199)
    • remove replay mechanic (b7bbce00)

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

    Downloads