# v0.3.12

- Improve exception message when notice can't be converted to JSON.

# v0.3.11

- Catch exceptions trying to access "private" attributes (#123).

# v0.3.10

- Limit maximum notice size to 64kb (#115).
- Improve function arguments wrapping (#106).

# v0.3.9

- Add support for ErrorEvent interface.

# v0.3.8

- Handle uncaught exception messages.

# 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.
