
- Complete NestJS TypeScript implementation with WebSocket support - Direct messaging (DM) and group chat functionality - End-to-end encryption with AES encryption and key pairs - Media file support (images, videos, audio, documents) up to 100MB - Push notifications with Firebase Cloud Messaging integration - Mention alerts and real-time typing indicators - User authentication with JWT and Passport - SQLite database with TypeORM entities and relationships - Comprehensive API documentation with Swagger/OpenAPI - File upload handling with secure access control - Online/offline status tracking and presence management - Message editing, deletion, and reply functionality - Notification management with automatic cleanup - Health check endpoint for monitoring - CORS configuration for cross-origin requests - Environment-based configuration management - Structured for Flutter SDK integration Features implemented: ✅ Real-time messaging with Socket.IO ✅ User registration and authentication ✅ Direct messages and group chats ✅ Media file uploads and management ✅ End-to-end encryption ✅ Push notifications ✅ Mention alerts ✅ Typing indicators ✅ Message read receipts ✅ Online status tracking ✅ File access control ✅ Comprehensive API documentation Ready for Flutter SDK development and production deployment.
47 lines
1.1 KiB
Markdown
47 lines
1.1 KiB
Markdown
Changelog
|
|
=========
|
|
|
|
v0.6.0
|
|
------
|
|
|
|
- Updated "devDependencies" versions to fix vulnerability alerts
|
|
- Dropped support of io.js and node.js v0.12.x and lower since new versions of
|
|
"devDependencies" couldn't work with those old node.js versions
|
|
(minimal supported version of node.js now is v4.0.0)
|
|
|
|
v0.5.1
|
|
------
|
|
|
|
- Fix prototype pollution vulnerability (thanks to @mwakerman for the PR)
|
|
- Avoid using deprecated Buffer API (thanks to @ChALkeR for the PR)
|
|
|
|
v0.5.0
|
|
------
|
|
|
|
- Auto-testing provided by Travis CI;
|
|
- Support older Node.JS versions (`v0.11.x` and `v0.10.x`);
|
|
- Removed tests files from npm package.
|
|
|
|
v0.4.2
|
|
------
|
|
|
|
- Fix for `null` as an argument.
|
|
|
|
v0.4.1
|
|
------
|
|
|
|
- Removed test code from <b>npm</b> package
|
|
([see pull request #21](https://github.com/unclechu/node-deep-extend/pull/21));
|
|
- Increased minimal version of Node from `0.4.0` to `0.12.0`
|
|
(because can't run tests on lesser version anyway).
|
|
|
|
v0.4.0
|
|
------
|
|
|
|
- **WARNING!** Broken backward compatibility with `v0.3.x`;
|
|
- Fixed bug with extending arrays instead of cloning;
|
|
- Deep cloning for arrays;
|
|
- Check for own property;
|
|
- Fixed some documentation issues;
|
|
- Strict JS mode.
|