js-data-adapter
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -0,1 +1,6 @@ | ||
##### 0.8.2 - 15 August 2016 | ||
###### Bug fixes | ||
- #6 - Remove references to mock by @nvahalik | ||
##### 0.8.1 - 13 August 2016 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "js-data-adapter", | ||
"description": "Base adapter class that all other js-data adapters extend.", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"homepage": "https://github.com/js-data/js-data-adapter", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -45,3 +45,2 @@ /* global assert:true */ | ||
assert.debug('found', User.name, users) | ||
assert.equal(result.mock, true, 'should have metadata') | ||
assert.equal(users.length, 0, 'users.length') | ||
@@ -57,3 +56,2 @@ | ||
const users2 = result2.data | ||
assert.equal(result2.mock, true, 'should have metadata') | ||
assert.debug('found', User.name, users2) | ||
@@ -60,0 +58,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
759143
9144