File tree Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 3.0.5 (2016-10-05)
5
+ -----
6
+
7
+ - Limit maximum number of breadcrumbs to 20 (#194 )
8
+ - Show value of submit inputs & buttons in breadcrumbs (#184 , #187 )
9
+ [ Anton Pawlik] ( https://github.com/antpaw )
10
+ [ #184 ] ( https://github.com/bugsnag/bugsnag-js/pull/184 )
11
+ [ #187 ] ( https://github.com/bugsnag/bugsnag-js/pull/187 )
12
+ - Linter improvements (#180 )
13
+
4
14
3.0.4 (2016-09-09)
5
15
-----
6
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bugsnag" ,
3
- "version" : " 3.0.4 " ,
3
+ "version" : " 3.0.5 " ,
4
4
"main" : " ./src/bugsnag.js"
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bugsnag" ,
3
- "version" : " 3.0.4 " ,
3
+ "version" : " 3.0.5 " ,
4
4
"main" : " ./src/bugsnag.js"
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bugsnag-js" ,
3
- "version" : " 3.0.4 " ,
3
+ "version" : " 3.0.5 " ,
4
4
"main" : " src/bugsnag.js" ,
5
5
"scripts" : {
6
6
"test" : " karma start --single-run" ,
28
28
"mocha" : " ~1.15.1" ,
29
29
"uglifyjs" : " latest"
30
30
}
31
- }
31
+ }
Original file line number Diff line number Diff line change 501
501
// Set up default notifier settings.
502
502
var DEFAULT_BASE_ENDPOINT = "https://notify.bugsnag.com/" ;
503
503
var DEFAULT_NOTIFIER_ENDPOINT = DEFAULT_BASE_ENDPOINT + "js" ;
504
- var NOTIFIER_VERSION = "3.0.4 " ;
504
+ var NOTIFIER_VERSION = "3.0.5 " ;
505
505
506
506
// Keep a reference to the currently executing script in the DOM.
507
507
// We'll use this later to extract settings from attributes.
You can’t perform that action at this time.
0 commit comments