Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 1.67 KB

File metadata and controls

59 lines (48 loc) · 1.67 KB

Changelog

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.

[0.3.2] - 2019-11-15

Added

  • Test cases for auth-required commands

Fixed

  • CreateGame in games.spec.js fixed jsDoc.

[0.3.1] - 2019-11-15

Refactored

  • A bit of cleanup in websocketWrapper class. It should now be way more clear.

[0.3.0] - 2019-11-14

Added

  • Fixed websocket queueId not sent

[0.2.1] - 2019-11-13

Changed

  • Added parameter wsWrapper to wrapper in games.spec.js

[0.2.0] - 2019-11-12

Added

  • Chai and Mocha for testing
  • Now testing the functionality of the fetchGames function

Changed

  • Export types of each module to module.exports in order to use them correctly

[0.1.2] - 2019-11-11

Changed

  • Navigation in README.md

0.1.1 - 2019-11-11

Added

  • Logo for README.md to res/logo.svg
  • eslint to CHANGELOG.md file

Changed

  • README.md

0.1.0 - 2019-11-11

Added

  • CHANGELOG.md
  • README.md
  • CONTRIBUTING.md
  • package.json
  • index.js
  • .gitignore
  • GamesWrapper with fetchGames, createGame, join, fetchHand, start, playCard, fetchAllPlayedCards, pickCard functions
  • UserWrapper with register and login function
  • eslint