Skip to content

Version 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@swilgosz swilgosz released this 16 May 09:50
· 52 commits to master since this release

This release contains a bug fix that makes the gem backward-incompatible in some cases.

**Description: **

ErrorSerializer returned

  {
    errors: [[...]] 
  ]

when called with an array of validation errors.

Now it matches the https://jsonapi.org specification for errors format.