All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Test cases for auth-required commands
- CreateGame in
games.spec.jsfixed jsDoc.
- A bit of cleanup in websocketWrapper class. It should now be way more clear.
- Fixed websocket queueId not sent
- Added parameter wsWrapper to wrapper in
games.spec.js
- Chai and Mocha for testing
- Now testing the functionality of the
fetchGamesfunction
- Export types of each module to
module.exportsin order to use them correctly
- Navigation in README.md
0.1.1 - 2019-11-11
- Logo for README.md to res/logo.svg
eslintto CHANGELOG.md file
- README.md
0.1.0 - 2019-11-11
- CHANGELOG.md
- README.md
- CONTRIBUTING.md
- package.json
- index.js
- .gitignore
- GamesWrapper with
fetchGames,createGame,join,fetchHand,start,playCard,fetchAllPlayedCards,pickCardfunctions - UserWrapper with
registerandloginfunction - eslint