Releases: driggl/jsonapi_errors_handler
Releases · driggl/jsonapi_errors_handler
First Working Version
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
- Four default errors handled (401, 403, 404, 422)
- Error mapper for handling custom errors
- Error Serializer to match https://jsonapi.org response format
- Module ready to be included in rails controllers.
Todo
- Test Coverage for main features https://github.com/driggl/jsonapi_errors_handler/issues