Skip to content

Latest commit

 

History

History
159 lines (75 loc) · 6.43 KB

CHANGELOG.md

File metadata and controls

159 lines (75 loc) · 6.43 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.9.1 (2024-12-13)

1.9.0 (2024-12-13)

Features

  • interfaces: add optional exclude field to schema (df6d0a1)
  • utils: add dollarValue parameter to generateStatsDice function (e17e528)

1.8.7 (2024-12-12)

Bug Fixes

  • dice: handle non-dice throw evaluation in parseDice function (2eb2846)

1.8.6 (2024-12-12)

1.8.5 (2024-12-11)

1.8.4 (2024-12-11)

Bug Fixes

  • custom-critical: forgot to update zod to add "affectSkill" boolean (023535d)

1.8.3 (2024-12-11)

1.8.2 (2024-12-11)

1.8.1 (2024-12-10)

1.8.0 (2024-12-10)

Features

  • add affectSkill option to custom critical on dbD command (39d6fa8)

1.7.0 (2024-12-09)

Features

  • dice: enhance dice comparison with roll detail (d9ec47e)

1.6.1 (2024-12-08)

1.6.0 (2024-12-07)

Features

  • add schema for people that use the template in VSCode (bedfe4a)
  • custom-critical: introduce custom critical value in template. (d57d968)

1.5.2 (2024-12-06)

Bug Fixes

  • standardize: multiple formula not parsed correctly (8253bed)

1.5.1 (2024-12-01)

Bug Fixes

  • multiple formula not parsed correctly (d28eaca)

1.5.0 (2024-12-01)

Features

  • parse the template using zod (69bdd3b)

1.4.7 (2024-12-01)

Bug Fixes

  • prevent 0 when generating a random stats (c858d8f)

1.4.6 (2024-11-30)

Bug Fixes

  • evalStatsDice: only kept the last value when multiple stats are used in skill (6bc4776)

1.4.5 (2024-11-30)

Bug Fixes

  • in some condition, doesn't found the max/min of a stat (4119a35)
  • rolling 0 if no min is set (68c5857)
  • standardize: standardize issue when parsing dice skill (a84613a)
  • when doing roll with some replacement, trimEnd() to prevent error during roll. (bc169c6)

1.4.4 (2024-11-29)

Bug Fixes

  • switch to uniformize lib (43e5884)

2.0.0 (2024-11-29)

⚠ BREAKING CHANGES

  • Fix typo in combinaison ⇒ combinaison

Bug Fixes

  • switch to uniformize lib (51852e4)

1.4.3 (2024-10-26)

1.4.2 (2024-10-25)

Bug Fixes

1.4.1 (2024-10-25)

1.4.0 (2024-10-25)

Features

  • allow minimal multiple dice with keeping the roll with syntax "dice;formula1;formula2..." (811889a)
  • allow to compare value in the dices formulae (8e23478)
  • allow to use dice in ; formula (3c86f88)

1.2.1 (2024-06-17)

1.2.0 (2024-06-17)

Features

  • export error for ts type (873c2f1)

Bug Fixes

  • add custom error for better reading in bot/doc (e97397b)
  • forgot to verify if a diceTYpe is valid (ed91a3c)