Skip to content

Latest commit

 

History

History
72 lines (37 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

72 lines (37 loc) · 2.88 KB

Changelog

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

0.6.0 (2022-11-05)

0.5.0 (2022-02-24)

0.4.0 (2021-12-12)

⚠ BREAKING CHANGES

  • Node 10 is no longer officially supported. The package itself has not changed, so should continue to work in Node 10, but we aren’t testing against 10 anymore, so that may break at any time from now on without notice.

ci

  • drop Node 10 & 15, add Node 16 (695d789)

0.3.3 (2021-11-19)

0.3.2 (2021-08-03)

0.3.1 (2021-04-28)

0.3.0 (2020-10-20)

⚠ BREAKING CHANGES

  • Versions of boardgame.io <0.41.1 are no longer supported and other uses that directly relied on calling listGames or createGame will need to be updated to use the new listMatches and createMatch method names.

Features

  • upgrade boardgame.io and handle both new and deprecated storage class methods (5650cbe), closes #3

0.2.1 (2020-10-20)

Bug Fixes

0.2.0 (2020-09-26)

⚠ BREAKING CHANGES

  • The minimum supported version of boardgame.io is now 0.40.0. Please use bgio-storage-cache@^0.1.3 if you are using an older version of boardgame.io.

Features

  • make module compatible with boardgame.io@^0.40.0 (2c4bef7)

0.1.3 (2020-09-26)

0.1.2 (2020-03-30)

0.1.1 (2020-03-30)

0.1.0 (2020-03-30)

Features