Releases: CS450-ECE461/fall2016-group1-apiserver
Releases · CS450-ECE461/fall2016-group1-apiserver
v0.3.0
v0.2.2
v0.2.1
v0.2.0
Important Notes:
- Support dropped for
old-stable
Node v5. - JWT should now be in the
Authorization
header, i.e.:Authorization: JWT <token>
. - JWT is now required for creating organizations, sending messages, and reading messages/channels.
- Endpoint
POST /api/v1/users/me
is now deprecated and will be removed in a future release.
Change Log:
- Added support for complex querying, sorting, pagination via ResourceController and MongoDB aggregation
- Added endpoints for organizations, channels, and messages (see documentation)
- Code Climate, Coveralls, ESLint integrated to help with code quality
- Added support for the Node v7 environment
- Updated project dependencies
- Fixed various bugs with ResourceController
- Integrated authentication/deauthentication into ResourceClient
- Updated documentation for the Users API
- Various tests added to increase code coverage
- Integrated ESLint into testing
- Integrated Code Climate service
- Integrated Coveralls service