-
Notifications
You must be signed in to change notification settings - Fork 15
/
CHANGELOG
68 lines (40 loc) · 1.06 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Changelog
=========
1.0.1 (unreleased)
------------------
- Nothing changed yet.
1.0 (2022-10-17)
----------------
- 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.8 (2019-12-08)
----------------
- Respect logging level (#17)
0.7 (2019-03-26)
----------------
- Handle unhandledrejections with non error reasons (#13)
- Allow blacklisting of custom useragents and errors (#14)
- Handle missing user in the request (#15)
0.6 (2018-01-10)
----------------
- Port to Django 2.0
- Add unhandled promise rejection (#12)
0.5 (2017-09-04)
----------------
- Add column number and error_object and make requests asynchronous. (#10)
0.4 (2016-03-18)
----------------
- Made usable with Django 1.9 and Python 3 (#7)
0.3 (2014-01-11)
----------------
- Request info is provided to the logger.
0.2 (2013-11-26)
----------------
- Remove jQuery dependency
- Add csrf validation
0.1 (2012-09-06)
----------------
- Project initialization.
- Add utils.js generated from template