File tree Expand file tree Collapse file tree 6 files changed +136
-62
lines changed Expand file tree Collapse file tree 6 files changed +136
-62
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.20
4+
5+ * Wrap jquery's deferred[ resolveWith | rejectWith | notifyWith ] See: https://github.com/getsentry/raven-js/pull/268
6+ * Use window.crypto for uuid4 if present. See: https://github.com/getsentry/raven-js/pull/349
7+ * Add winjs support. See: https://github.com/getsentry/raven-js/commit/b9a1292cbc9275fc9f9f1108ff3698cbd5ce2180
8+ * Fix calling ` Raven.captureException ` from browser console. See: https://github.com/getsentry/raven-js/issues/358
9+ * guard against document.location being null or undefined. See: https://github.com/getsentry/raven-js/pull/357
10+ * Change error message format to match other clients. See: https://github.com/getsentry/raven-js/commit/64ca528b1b066ec7cdb5ef38e755c445f16ebef7
11+ * Don't require a user in the DSN. See: https://github.com/getsentry/raven-js/pull/361
12+ * Add ` crossOrigin ` option. See: https://github.com/getsentry/raven-js/pull/362
13+ * Avoid recursing when using the ` console ` plugin. See: https://github.com/getsentry/raven-js/commit/f92ff9de538f331a291af4a7d302202e587aaae5
14+
315## 1.1.19
416
517* Use more compliant way of creating an Image in the dom. See: https://github.com/getsentry/raven-js/pull/334
Original file line number Diff line number Diff line change 11{
22 "name" : " raven-js" ,
3- "version" : " 1.1.19 " ,
3+ "version" : " 1.1.20 " ,
44 "dependencies" : {},
55 "main" : " dist/raven.js" ,
66 "ignore" : [
You can’t perform that action at this time.
0 commit comments