Skip to content

Commit bd94d52

Browse files
committed
2.0.0-rc2
1 parent 33e4815 commit bd94d52

File tree

6 files changed

+1988
-1797
lines changed

6 files changed

+1988
-1797
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
## 2.0.0
44

5+
* CHANGE: Raven.js now wraps functions passed to timer functions, event listeners, and XMLHttpRequest handlers
6+
* CHANGE: Removed jQuery, Backbone, and native plugins (now handled inside raven.js)
57
* CHANGE: Default HTTP transport changed from `Image` GET to `XMLHttpRequest` POST (w/ CORS)
8+
* CHANGE: When using CommonJS, plugins are initialized via `Raven.addPlugin(require('raven-js/plugins/ember'))`
9+
* CHANGE: Raven builds are generated using Browserify
10+
* NEW: Integration tests (/test/integration/index.html)
611

712
## 1.3.0
813
* CHANGE: `console` plugin will now send all arguments as an `extra` value. See: https://github.com/getsentry/raven-js/pull/398

0 commit comments

Comments
 (0)