Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Releases: f4irline/chat-app

Release 3.0

22 May 15:48
Compare
Choose a tag to compare

Final release

Features

  • Migrate from TAMK MySQL to Heroku PostgreSQL
  • Use SQLite database for local development environment
  • Join room automatically after creating it
  • Don't allow multiple simultaneous connections for same user
  • Don't allow PMing to self
  • Fix PM styling
  • Store user details (username and room) to NgRx store

Release 2.0.1

19 May 11:52
Compare
Choose a tag to compare
Release 2.0.1 Pre-release
Pre-release

Second release - Bugfix

Features:

  • Remove replacing the tables in the database when the server is started

Release 2.0

19 May 11:25
Compare
Choose a tag to compare
Release 2.0 Pre-release
Pre-release

Second release

Features:

  • User authentication
  • Messages in rooms are saved to database
  • App is deployed to Heroku

Release 1.0

05 May 14:32
Compare
Choose a tag to compare
Release 1.0 Pre-release
Pre-release

First release

Features:

  • User can send messages
  • User can send private messages
  • User can create rooms
  • User can join rooms