Skip to content

Releases: gripep/drf-simple-api-errors

2.0.0

16 Jul 18:28
0473268
Compare
Choose a tag to compare

Breaking changes:

  • The API error response now always includes the keys: title, detail, and invalid_param. The title key is always populated, while detail and invalid_param may be null 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

1.0.3

16 Mar 11:04
47cf06f
Compare
Choose a tag to compare

Changes:

  • Fix DRF API settings initialization
  • Improve tests
  • Update README

1.0.2

08 Sep 16:18
4f841c4
Compare
Choose a tag to compare

Changes:

  • Add docstrings
  • Improve Makefile
  • Improve README

1.0.1

30 Apr 18:44
Compare
Choose a tag to compare

Changes:

  • Upgrade dependencies

1.0.0

26 Apr 20:19
Compare
Choose a tag to compare

Changes:

  • First release on PyPI