Skip to content

Releases: driggl/jsonapi_errors_handler

First Working Version

31 Mar 22:15

Choose a tag to compare

First Working Version Pre-release
Pre-release

v0.1.0 Overview

This is the first working version of the gem, that was already tested in the Rails 5 application.

It requires test coverage and more manual tests before we'll be ready for the 1.0 release. It can happen that there are some bugs hidden.

Done

  1. Four default errors handled (401, 403, 404, 422)
  2. Error mapper for handling custom errors
  3. Error Serializer to match https://jsonapi.org response format
  4. Module ready to be included in rails controllers.

Todo

  1. Test Coverage for main features https://github.com/driggl/jsonapi_errors_handler/issues