forked from airbrake/airbrake-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
52 lines (31 loc) · 836 Bytes
/
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
# v0.3.7
- Improve serializing objects with circular references.
# v0.3.6
- Add Firefox >= 30 support (#87).
# v0.3.5
- Fix jsonify_notice (#77).
# v0.3.4
- add Airbrake.onload hook.
- add consoleReporter.
# v0.3.3
- IE8 compatibility.
# v0.3.2
- Fix JSONP reporter (#76).
- Fix console usage.
# v0.3.1
- Fix data-airbrake-onload.
# v0.3.0
- Replace TraceKit with custom error processor.
- Rename data-airbrake-project-environment to data-airbrake-environment.
- Add support for data-airbrake-onload.
- Add support for custom processors.
- Add support for filters.
- Enable backend support for source maps.
# v0.2.2
- Report userAgent and URL.
- Fix configuration priorities.
- Rename env to environment.
# v0.2.1
- Fix params.
# v0.2
- Rewrite. Use TraceKit to normalize and capture errors. JSONP error-reporting.