Skip to content

v1.3.0: Sorting parameters added

Choose a tag to compare

@alexbarbato alexbarbato released this 12 Oct 21:13

Minor Release: 1.3.0

  • Feature Additions:
    • Query parameter "sort" added to allow the sorting of responses based on a simple comparable property
      • Query parameter "sortDirection" added to be used in conjunction with "sort" to specify ascending or descending sort order
    • Added Sorting tutorial
  • Maintenance:
    • Test additions