Skip to content

Releases: 256dpi/jsonapi

v2.3.2

Choose a tag to compare

@256dpi 256dpi released this 06 May 06:59
  • mention correct parameter that errored
  • fixed server pagination handling
  • renamed error
  • verify page param numbers
  • reject bare prefix request
  • dropped default client response limit
  • fixed server prefix
  • fixed server side pagination
  • small test fix

v2.3.1

Choose a tag to compare

@256dpi 256dpi released this 17 Jan 19:53
  • added pagination parameter

v2.3.0

Choose a tag to compare

@256dpi 256dpi released this 01 Sep 14:24
  • added search query
  • return escaped self link

v2.2.0

Choose a tag to compare

@256dpi 256dpi released this 30 Aug 14:52
  • do not split filter query param values

v2.1.1

Choose a tag to compare

@256dpi 256dpi released this 26 Aug 07:30
  • correctly expect final status code

v2.1.0

Choose a tag to compare

@256dpi 256dpi released this 20 Aug 09:33
  • include all query params in self url
  • allow pageSize without pageNumber
  • support cursor based pagination
  • added support for null links
  • exported request merging

v2.0.1

Choose a tag to compare

@256dpi 256dpi released this 06 Nov 09:34
  • support server pagination

v2.0.0

Choose a tag to compare

@256dpi 256dpi released this 23 Jan 16:54
  • removed example
  • removed original request reference
  • parse page parameters as int64
  • added method to collect request query parameters
  • added basic server and client implementation

v1.3.0

Choose a tag to compare

@256dpi 256dpi released this 06 Nov 16:00
  • added go mod
  • lowercase errors
  • link with original request
  • small fixes

v1.2.0

Choose a tag to compare

@256dpi 256dpi released this 08 Feb 14:27
  • field filtering: check for nil rather than length