Skip to content

Latest commit

 

History

History
83 lines (47 loc) · 5.2 KB

CHANGELOG.md

File metadata and controls

83 lines (47 loc) · 5.2 KB

Changelog

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

3.3.2 (2020-09-20)

Features

Bug Fixes

  • update back and on input error (af9537b)

3.3.1 (2020-05-25)

Features

  • add expires in to the config (1cf1d41)

Bug Fixes

  • add union unique index to prevent user join twice (2b3e77c)
  • disconnect: call leave when disconnect (30a46be)
  • jwt-expired: handle jwt expired case (451898a)
  • set all user leave the room when start (b47c9e9)

3.3.0 (2020-05-05)

Features

  • show/hide score (3907bd2)
  • toptip: add toptip component to show messagge (6113edd)

Bug Fixes

  • wait 300ms to find userRoom again (1642be2)

3.2.1 (2020-03-16)

Features

  • entity: add isDeleted and update select option for each entity (a0cab2d)
  • poker: split stories from room (783ecaa)
  • room: update get by user func (6a2a878)
  • typeorm: using query build instead of raw sql (ac72dc4)

Bug Fixes

  • log: update home controller log (d6b9735)
  • login: user name and avatar should be refresh after login (d6e889e)
  • range: change column type form smallint to int (c938aae)

3.2.0 (2020-03-16)

Features

  • guest: display id for user (c3a3c8c)
  • log: add socket user id in connect and disconnect log (ac498fb)
  • login: add get user info in the create button (a8beccc)
  • login: not block guest user (d00374f)
  • verify: add token expired time (91e49b6)

Bug Fixes

  • jwt: token logic not correct (abd9a6c)
  • jwt: token logic not correct (9199e58)
  • sign: "expiresIn" should be a number (4b24cce)
  • wechat: wechat 7.0.10 block loading list (f3cd6d8)