Skip to content

Releases: danguilherme/uno

v2.0.3

30 Apr 16:00
Compare
Choose a tag to compare

2.0.3 (2024-04-30)

Bug Fixes

  • fix node release by targetting ES6 (31c7f8d)

v2.0.2

30 Apr 14:06
Compare
Choose a tag to compare

2.0.2 (2024-04-30)

Bug Fixes

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

v2.0.1

30 Apr 13:06
Compare
Choose a tag to compare

2.0.1 (2024-04-30)

Bug Fixes

  • add changelog to package (3eddb35)

v2.0.0

30 Apr 12:59
Compare
Choose a tag to compare

2.0.0 (2024-04-30)

Breaking Changes

  • Minimum Node version changed from v10 to v20

Misc

  • Migrate build to GitHub Actions

v0.1.0-alpha: House Rules

28 Nov 09:18
Compare
Choose a tag to compare

Diff from previous version.

  • Migrate code base to TypeScript
  • Support House Rules (#5)
    • Add support for house rules, to be added as plugins in the engine.
    • Move Cumulative Draw Two rule to a plugin, as a house rule (#4).
  • Add players and deck (draw pile) accessors (#8, #9)