File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ ##### 2.0.0-beta.6 - xx June 2015
2
+
3
+ ###### Breaking API changes
4
+ - #150 - Debug output, ` debug ` now defaults to ` false `
5
+
6
+ ###### Backwards compatible API changes
7
+ - #145 - A little AOP, add a ` .before ` to all methods, allowing per-method argument customization
8
+
1
9
##### 2.0.0-beta.5 - 27 May 2015
2
10
3
11
###### Breaking API changes
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ defaultsPrototype.cacheResponse = !!DSUtils.w;
93
93
defaultsPrototype . clearEmptyQueries = true ;
94
94
defaultsPrototype . computed = { } ;
95
95
defaultsPrototype . defaultAdapter = 'http' ;
96
- defaultsPrototype . debug = true ;
96
+ defaultsPrototype . debug = false ;
97
97
defaultsPrototype . defaultValues = { } ;
98
98
defaultsPrototype . eagerEject = false ;
99
99
// TODO: Implement eagerInject in DS#create
You can’t perform that action at this time.
0 commit comments