All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.3.2 (2020-09-20)
- add change story name (91bb2f9)
- add input box dialog component (092e20b)
- delete room for host (1851cd9)
- implement change user name (312a8bb)
- update story name (e8c0ab0)
- update back and on input error (af9537b)
3.3.1 (2020-05-25)
- add expires in to the config (1cf1d41)
- 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)
- wait 300ms to find userRoom again (1642be2)
3.2.1 (2020-03-16)
- 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)
- 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)