Skip to content

Latest commit

 

History

History
97 lines (46 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

97 lines (46 loc) · 3.61 KB

Changelog

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

0.5.0 (2022-11-19)

⚠ BREAKING CHANGES

  • This release now requires a minimum Node version of 14

build

  • drop support for Node 12 (d498194)

0.4.1 (2022-03-22)

0.4.0 (2021-11-19)

⚠ BREAKING CHANGES

  • This release now requires a minimum Node version of 12

build

  • 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)

⚠ 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 method names.

Features

  • rename deprecated storage API methods (42be298)

0.2.2 (2020-10-20)

Bug Fixes

  • package: Only support current boardgame.io (4b6230a)

0.2.1 (2020-09-18)

0.2.0 (2020-09-08)

⚠ BREAKING CHANGES

  • deps: The minimum version of the boardgame.io peer dependency is now 0.40.0.

Features

  • Implement match list filtering (610fc73)

Bug Fixes

  • 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

0.1.1 (2020-06-04)

Features

  • Set ignoreUndefinedProperties in Firestore settings by default (#22) (e6fe1e3)

0.1.0 (2020-04-09)

Features

  • Implement new boardgame.io storage API (#2) (8f52f93)
  • Port legacy Firebase connector to Typescript (a995dd7)