Skip to content

1.1.20

Compare
Choose a tag to compare
@mattrobenolt mattrobenolt released this 14 Sep 01:22
· 10243 commits to develop since this release
  • Wrap jquery's deferred[ resolveWith | rejectWith | notifyWith ] See: #268
  • Use window.crypto for uuid4 if present. See: #349
  • Add winjs support. See: b9a1292
  • Fix calling Raven.captureException from browser console. See: #358
  • guard against document.location being null or undefined. See: #357
  • Change error message format to match other clients. See: 64ca528
  • Don't require a user in the DSN. See: #361
  • Add crossOrigin option. See: #362
  • Avoid recursing when using the console plugin. See: f92ff9d