Releases: gripep/drf-simple-api-errors
Releases · gripep/drf-simple-api-errors
2.0.0
Breaking changes:
- The API error response now always includes the keys:
title
,detail
, andinvalid_param
. Thetitle
key is always populated, whiledetail
andinvalid_param
may benull
depending on the error source. - Drop support for python 3.8
Changes:
- Improve code modularity and readability
- Split tests in unittest and integration tests
- Improve test coverage
- Update Makefile
- Update README