2.1.0
Breaks Compatibilty
- Decoupled JSON-API from HTTP Request object.
- Rewrote
PaginatedResource
class and removedgetPage*
,getSort*
methods.
Added
- PaginatedResource now returns
Page
,Sorting
,Fields
andIncluded
classes. - Unit tested redone, up to 98.40% of the code.
- Updated documentation to reflect changes.