Skip to content

Releases: gripep/drf-simple-api-errors

2.1.1

12 Oct 19:49
402f5ef

Choose a tag to compare

Changes:

  • Fixed a bug where custom extra handler strings in settings could not be properly resolved, imported, or called.
  • Dev: Update the dependencies

2.1.0

17 Aug 09:08
222f6c3

Choose a tag to compare

Changes:

  • Camelize would capitalize words starting with an underscore. It now leaves them unchanged.

    • Old: "_special" -> "Special"
    • Now: "_special" -> "_special"
  • Improve test coverage

  • Update README

2.0.0

16 Jul 18:28
0473268

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

Choose a tag to compare

Changes:

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

1.0.2

08 Sep 16:18
4f841c4

Choose a tag to compare

Changes:

  • Add docstrings
  • Improve Makefile
  • Improve README

1.0.1

30 Apr 18:44

Choose a tag to compare

Changes:

  • Upgrade dependencies

1.0.0

26 Apr 20:19

Choose a tag to compare

Changes:

  • First release on PyPI