Skip to content

Latest commit

 

History

History
44 lines (21 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

44 lines (21 loc) · 1.65 KB

2.0.3 (2024-04-30)

Bug Fixes

  • fix node release by targetting ES6 (31c7f8d)

2.0.2 (2024-04-30)

Bug Fixes

  • use Rollup for bundling instead of Webpack + Babel runtime (9f1c4c6)

2.0.1 (2024-04-30)

Bug Fixes

  • add changelog to package (3eddb35)

2.0.0 (2024-04-30)

⚠ BREAKING CHANGES

  • node-versions: support for node v10 has been dropped and the minimum is now v20.
  • Colors, Values and GameDirections changed to Color, Value and GameDirection
  • Drop Node 8 support

Features

  • node-versions: raise minimum node version from v10 to v20 (#73) (e00afd6)

Bug Fixes

  • remove typescript namespace (61865ae)
  • validate color and value input for cards (0ef603c)

Miscellaneous Chores