Skip to content

Commit

Permalink
Stable Version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Jan 21, 2016
1 parent 385da77 commit ba008c9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 47 deletions.
68 changes: 22 additions & 46 deletions dist/js-data-adapter-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ return /******/ (function(modules) { // webpackBootstrap

'use strict';

function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };

__webpack_require__(1);

Expand Down Expand Up @@ -95,7 +95,7 @@ return /******/ (function(modules) { // webpackBootstrap
hasMany: {
post: {
localField: 'posts',
foreignKey: 'post'
foreignKey: 'userId'
}
},
hasOne: {
Expand Down Expand Up @@ -7600,6 +7600,8 @@ return /******/ (function(modules) { // webpackBootstrap
*/
/* eslint-disable no-proto */

'use strict'

var base64 = __webpack_require__(218)
var ieee754 = __webpack_require__(219)
var isArray = __webpack_require__(220)
Expand Down Expand Up @@ -7682,8 +7684,10 @@ return /******/ (function(modules) { // webpackBootstrap
return new Buffer(arg)
}

this.length = 0
this.parent = undefined
if (!Buffer.TYPED_ARRAY_SUPPORT) {
this.length = 0
this.parent = undefined
}

// Common case.
if (typeof arg === 'number') {
Expand Down Expand Up @@ -7814,6 +7818,10 @@ return /******/ (function(modules) { // webpackBootstrap
if (Buffer.TYPED_ARRAY_SUPPORT) {
Buffer.prototype.__proto__ = Uint8Array.prototype
Buffer.__proto__ = Uint8Array
} else {
// pre-set for values that may exist in the future
Buffer.prototype.length = undefined
Buffer.prototype.parent = undefined
}

function allocate (that, length) {
Expand Down Expand Up @@ -7964,10 +7972,6 @@ return /******/ (function(modules) { // webpackBootstrap
}
Buffer.byteLength = byteLength

// pre-set for values that may exist in the future
Buffer.prototype.length = undefined
Buffer.prototype.parent = undefined

function slowToString (encoding, start, end) {
var loweredCase = false

Expand Down Expand Up @@ -9363,38 +9367,10 @@ return /******/ (function(modules) { // webpackBootstrap
/* 220 */
/***/ function(module, exports) {


/**
* isArray
*/

var isArray = Array.isArray;

/**
* toString
*/

var str = Object.prototype.toString;

/**
* Whether or not the given `val`
* is an array.
*
* example:
*
* isArray([]);
* // > true
* isArray(arguments);
* // > false
* isArray('');
* // > false
*
* @param {mixed} val
* @return {bool}
*/
var toString = {}.toString;

module.exports = isArray || function (val) {
return !! val && '[object Array]' == str.call(val);
module.exports = Array.isArray || function (arr) {
return toString.call(arr) == '[object Array]';
};


Expand Down Expand Up @@ -13689,7 +13665,7 @@ return /******/ (function(modules) { // webpackBootstrap

'use strict';

function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };

module.exports = function (options) {
describe('Adapter#create', function () {
Expand Down Expand Up @@ -13773,7 +13749,7 @@ return /******/ (function(modules) { // webpackBootstrap

'use strict';

function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };

module.exports = function (options) {
describe('Adapter#find', function () {
Expand Down Expand Up @@ -14005,7 +13981,7 @@ return /******/ (function(modules) { // webpackBootstrap

'use strict';

function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };

module.exports = function (options) {
describe('Adapter#findAll', function () {
Expand Down Expand Up @@ -14544,7 +14520,7 @@ return /******/ (function(modules) { // webpackBootstrap

'use strict';

function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };

module.exports = function (options) {
describe('Adapter#destroy', function () {
Expand Down Expand Up @@ -14613,7 +14589,7 @@ return /******/ (function(modules) { // webpackBootstrap

'use strict';

function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };

module.exports = function (options) {
describe('Adapter#destroyAll', function () {
Expand Down Expand Up @@ -14683,7 +14659,7 @@ return /******/ (function(modules) { // webpackBootstrap

'use strict';

function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };

module.exports = function (options) {
describe('Adapter#update', function () {
Expand Down Expand Up @@ -14789,7 +14765,7 @@ return /******/ (function(modules) { // webpackBootstrap

'use strict';

function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };

module.exports = function (options) {
describe('Adapter#updateAll', function () {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-adapter-tests",
"description": "Tests for js-data adapters.",
"version": "1.4.2",
"version": "1.4.3",
"homepage": "http://www.js-data.io",
"repository": {
"type": "git",
Expand Down

0 comments on commit ba008c9

Please sign in to comment.