All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.5.0 (2022-11-19)
- This release now requires a minimum Node version of 14
- drop support for Node 12 (d498194)
0.4.1 (2022-03-22)
0.4.0 (2021-11-19)
- This release now requires a minimum Node version of 12
- drop support for Node 10 (39b7119)
0.3.5 (2021-09-30)
0.3.4 (2021-08-03)
0.3.3 (2021-05-28)
0.3.2 (2021-05-11)
0.3.1 (2020-12-12)
0.3.0 (2020-10-20)
- Versions of boardgame.io <0.41.1 are no longer supported and other uses that
directly relied on calling
listGames
orcreateGame
will need to be updated to use the new method names.
- rename deprecated storage API methods (42be298)
0.2.2 (2020-10-20)
- package: Only support current boardgame.io (4b6230a)
0.2.1 (2020-09-18)
0.2.0 (2020-09-08)
- deps: The minimum version of the boardgame.io peer dependency is now 0.40.0.
- Implement match list filtering (610fc73)
-
Update imported boardgame.io types (aff6b36)
-
deps: bump boardgame.io from >=0.39.4 to >=0.40.0 (a11542c)
0.1.2 (2020-07-19)
- Update dependencies