Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1007 Bytes

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 1007 Bytes

Changelog

Application

We don't generally track changes in application here, but you could have a look at:

API

Versions at package.json describe API version.

See API docs

0.3.2

  • Add endpoints for tags and tribes:
    • GET /api/tribes
    • GET /api/tags
    • GET /api/tags/:tagSlug
    • GET /api/tribes/:tribeSlug
    • POST/PUT/DELETE /api/users/tags
    • GET /api/users/:username now returns array tags and tribes by member object and array of id's by memberIds key.
    • GET /api/users/:username doesn't return public key anymore for other than authenticated user's profile.

0.3.1

  • Add endpoints for message thread references:
    • GET /api/references/threads/:userToId
    • POST /api/references/threads