Skip to content

2.1.0

Compare
Choose a tag to compare
@nilportugues nilportugues released this 16 Dec 20:33
· 140 commits to master since this release

Breaks Compatibilty

  • Decoupled JSON-API from HTTP Request object.
  • Rewrote PaginatedResource class and removed getPage*, getSort* methods.

Added

  • PaginatedResource now returns Page, Sorting, Fields and Included classes.
  • Unit tested redone, up to 98.40% of the code.
  • Updated documentation to reflect changes.