- add tests and CI
- fix security issues
- update README
- restructure dist files for simpler imports
- lower boardgame.io peer dependency to >=0.40.0
- fix package.json main entry
- re-export sequelize package
- use latest boardgame.io and sequelize versions
- consistent naming: "game" -> "match"
- provide public getter for sequelize instance
- fix support for boardgame.io >=0.40
- allow extra options when using URI
- Make players an empty array rather than null or undefined
- fix setMetadata error when createdAt / updatedAt args are not specified
- provide ability to filter match list (feature coming with boardgame.io 0.40.x)
- fix error when
fetch
finds no match
- allow usage with URI argument or options object