Changes:
- Fixed a bug where custom extra handler strings in settings could not be properly resolved, imported, or called.
- Dev: Update the dependencies
Changes:
-
Camelize would capitalize words starting with an underscore. It now leaves them unchanged.
- Old:
"_special"->"Special" - Now:
"_special"->"_special"
- Old:
-
Improve test coverage
-
Update README
Breaking changes:
- The API error response now always includes the keys:
title,detail, andinvalid_param. Thetitlekey is always populated, whiledetailandinvalid_parammay benulldepending 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
Changes:
- Fix DRF API settings initialization
- Improve tests
- Update README
Changes:
- Add docstrings
- Improve Makefile
- Improve README
Changes:
- Upgrade dependencies
Changes:
- First release on PyPI