Skip to content

Fix validation error

Pre-release
Pre-release

Choose a tag to compare

@swilgosz swilgosz released this 27 May 11:39
· 58 commits to master since this release

The Jsonapi::Errors::StandardError had reversed dependency, which caused a bug that any updates to serializable_hash was ignored on rendering.

Now it's fixed.

Todo:

  • cover errors code with tests to prevent situation like this in the future