8000 Closes #150 · StudyForFun/js-data@4c6c0be · GitHub
[go: up one dir, main page]

Skip to c 8000 ontent

Commit 4c6c0be

Browse files
committed
Closes js-data#150
1 parent afdef62 commit 4c6c0be

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
##### 2.0.0-beta.5 - 27 May 2015
210

311
###### Breaking API changes

src/datastore/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ defaultsPrototype.cacheResponse = !!DSUtils.w;
9393
defaultsPrototype.clearEmptyQueries = true;
9494
defaultsPrototype.computed = {};
9595
defaultsPrototype.defaultAdapter = 'http';
96-
defaultsPrototype.debug = true;
96+
defaultsPrototype.debug = false;
9797
defaultsPrototype.defaultValues = {};
9898
defaultsPrototype.eagerEject = false;
9999
// TODO: Implement eagerInject in DS#create

0 commit comments

Comments
 (0)
0