- TBA
- BREAKING CHANGE:
- Updated return type for
Messageclient toMessageEnvelopefromIQueryable<Message>. - Updated
RelationshipClientparameter to acceptRelation[]fromDictionary<string, RelationshipType>. - Top-level
UserDTO classes has been renamed for consistency.
- Updated return type for
- Added
Referencestype toMessageEnvelope(#2). - Added
Pagetype toSearchEnvelope. - Added
Notificationclient. - Added
GetAllBookmarked()inMessageclient (undocumented). - Added
GetAllLiked()inMessageclient (undocumented).
- 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
Searchclient. - Added
GetByGroup()inMessageclient (undocumented). - Added
Invitationclient.
- 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
Taskinstead so it can be awaited, instead of fire-and-forget.
- Added
Message,Relationship, andNetworkclient. UpdatedConsoleTestproject to provide some usage example. - Updated all client methods to async.
- Initial release. Provides limited functionality to
Userclient.