Skip to content

Commit 568d778

Browse files
committedSep 1, 2015
1.1.20
1 parent f4760ed commit 568d778

File tree

6 files changed

+136
-62
lines changed

6 files changed

+136
-62
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raven-js",
3-
"version": "1.1.19",
3+
"version": "1.1.20",
44
"dependencies": {},
55
"main": "dist/raven.js",
66
"ignore": [

0 commit comments

Comments
 (0)