Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.87 KB

File metadata and controls

31 lines (26 loc) · 1.87 KB

0.6 - In Progress

  • TBA

0.5 - 2014/12/14

  • BREAKING CHANGE:
    • Updated return type for Message client to MessageEnvelope from IQueryable<Message>.
    • Updated RelationshipClient parameter to accept Relation[] from Dictionary<string, RelationshipType>.
    • Top-level User DTO classes has been renamed for consistency.
  • Added References type to MessageEnvelope (#2).
  • Added Page type to SearchEnvelope.
  • Added Notification client.
  • Added GetAllBookmarked() in Message client (undocumented).
  • Added GetAllLiked() in Message client (undocumented).

0.4 - 2014/07/21

  • Created accompanying HTML docs site with Jekyll, hosted on GitHub pages.
  • Created a universal / shared project for common code, merged code from both PCL and .NET 3.5 client into the new project.
  • Added Topic (#1) and Search client.
  • Added GetByGroup() in Message client (undocumented).
  • Added Invitation client.

0.3 - 2014/04/09

  • Created YamNet.Client35 project to use in .Net 3.5 solutions. Using RestSharp, TaskParallelLibrary for .NET 3.5, and AsyncBridge to keep similar method signatures.
  • Updated all client's return void methods to return Task instead so it can be awaited, instead of fire-and-forget.

0.2 - 2014/04/04

  • Added Message, Relationship, and Network client. Updated ConsoleTest project to provide some usage example.
  • Updated all client methods to async.

0.1 - 2013/08/15

  • Initial release. Provides limited functionality to User client.