- h3 heading
- X.X.X - YYYY-MM-DD
- Add
ujson>=2
compatibility
- Pin
ujson<2
- Dropped support for
python<3.6
- Type hinting
Django3
testing- Added
drf_ujson.__version__
- Fixed repo url in
setup.py
- Drop
py27
support
- Don't include
tests
module in build
- Fix DRF4 import path
- Add attributes to
UJSONParser
to pass values toujson.loads
- Add attributes to
UJSONRenderer
to pass values toujson.dumps
- Pinned
djangorestframework<3.10
- Added
MANIFEST.in
- included
README.md
- included
LICENSE
- included