# v0.5.8
- Fix main file path (#181)

# v0.5.7
- Process vars in lib/client.js (#180)

# v0.5.6
- Move notifier to context (#174)

# v0.5.5
- Setup default onerror handler (#171)

# v0.5.4
- Filter 'Script error' (#169)
- Add xhr and compat reporters (#168)

# v0.5.3
- Set context.rootDirectory (#163)

# v0.5.2
- Rename 'push' to 'notify' and clean up API to be consitent with other notifiers (#155)

# v0.5.1
- Change push to return promise (#135)
- Remove debugging logs (#154)

# v0.5.0
- Change location of a build from dist/ to lib/ (#148)
- Add browserify example (#149)

# v0.4.3
- Use old compatibility API that does not require Content-Type header (#143)

# v0.4.2
- Add Bower installation instructions to the README

# v0.4.1
- Fix Bower

# v0.4.0
- Enhance stack processor tests
- Add support for PhantomJS stack (#141)

# v0.4.0-alpha.2
- Check if console is available (#128)
- Fix console check for IE9 (#129)
- Simplify initialization of client
- Start accepting project id and project key in a constructor
- Change source file to import from bower_modules from 'airbrake.js' to 'dist/client.js'

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