This repository was archived by the owner on Jan 20, 2022. It is now read-only.
Releases: f4irline/chat-app
Releases · f4irline/chat-app
Release 3.0
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
Second release - Bugfix
Features:
- Remove replacing the tables in the database when the server is started
Release 2.0
Second release
Features:
- User authentication
- Messages in rooms are saved to database
- App is deployed to Heroku
Release 1.0
First release
Features:
- User can send messages
- User can send private messages
- User can create rooms
- User can join rooms