v0.8.0
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>
andJErrorResponse