Skip to content

v0.8.0

Compare
Choose a tag to compare
@dcastro dcastro released this 15 Sep 16:59
· 12 commits to master since this release

JSend.Client:

  • Added NakedContentParser, capable of parsing content not wrapped in a JSend "envelope"
  • Added JSendSchemas - loads JSON schemas to validate a JSend message
  • Moved parsers into the Parsers namespace
  • Removed non-generic JSendResponse
  • Split JSendResponse<T> into 3 different types: JSuccessResponse<T>, JSuccessWithDataResponse<T> and JErrorResponse