Releases: jojax/django-js-error-hook
Releases · jojax/django-js-error-hook
1.0
- Switched CI tests from Travis to Github Actions.
- Add support for Django 4.0.
- Use static to serve the utility.
- Add pre-commit and linter.
0.7
- Handle unhandledrejections with non error reasons (#13)
- Allow blacklisting of custom useragents and errors (#14)
- Handle missing user in the request (#15)
0.6
- Port to Django 2.0
- Add unhandled promise rejection (#12)
0.5
- Add column number and error_object and make requests asynchronous. (#10)
0.4
- Made usable with Django 1.9 and Python 3 (#7 / #8)