backbone-orm
Advanced tools
Comparing version 0.6.1 to 0.6.3
{ | ||
"name": "backbone-orm", | ||
"main": "backbone-orm.js", | ||
"version": "0.6.1", | ||
"version": "0.6.3", | ||
"homepage": "http://vidigami.github.io/backbone-orm/", | ||
@@ -6,0 +6,0 @@ "authors": [ |
@@ -5,3 +5,3 @@ { | ||
"description": "A polystore ORM for Node.js and the browser", | ||
"version": "0.6.1", | ||
"version": "0.6.3", | ||
"author": "Kevin Malakoff (https://github.com/kmalakoff)", | ||
@@ -8,0 +8,0 @@ "contributors": ["Gwilym Humphreys (https://github.com/gwilymhumphreys)"], |
{ | ||
"name": "backbone-orm", | ||
"version": "0.6.1", | ||
"version": "0.6.3", | ||
"description": "A polystore ORM for Node.js and the browser", | ||
@@ -29,16 +29,16 @@ "main": "backbone-orm.js", | ||
"async": "*", | ||
"benchmark": "^1.0.0", | ||
"benchmark": "*", | ||
"chai": "*", | ||
"codo": "2.x", | ||
"coffee-loader": "^0.7.2", | ||
"codo": "*", | ||
"coffee-loader": "*", | ||
"coffee-script": "*", | ||
"event-stream": "*", | ||
"gulp": "*", | ||
"gulp-bench": "^1.0.3", | ||
"gulp-browserify": "^0.5.0", | ||
"gulp-coffee": "^2.1.1", | ||
"gulp-bench": "*", | ||
"gulp-browserify": "*", | ||
"gulp-coffee": "*", | ||
"gulp-compile-js": "*", | ||
"gulp-concat": "*", | ||
"gulp-header": "*", | ||
"gulp-mocha": "^0.4.1", | ||
"gulp-mocha": "*", | ||
"gulp-rename": "*", | ||
@@ -54,11 +54,11 @@ "gulp-require-src": "*", | ||
"karma": "*", | ||
"karma-chai": "^0.1.0", | ||
"karma-chrome-launcher": "^0.1.4", | ||
"karma-chai": "*", | ||
"karma-chrome-launcher": "*", | ||
"karma-cli": "*", | ||
"karma-coffee-preprocessor": "*", | ||
"karma-firefox-launcher": "^0.1.3", | ||
"karma-firefox-launcher": "*", | ||
"karma-mocha": "git+https://github.com/forivall/karma-mocha#develop-publish", | ||
"karma-phantomjs-launcher": "^0.1.4", | ||
"karma-safari-launcher": "^0.1.1", | ||
"karma-spec-reporter": "0.0.13", | ||
"karma-phantomjs-launcher": "*", | ||
"karma-safari-launcher": "*", | ||
"karma-spec-reporter": "*", | ||
"lodash": "*", | ||
@@ -65,0 +65,0 @@ "lru-cache": "*", |
@@ -151,3 +151,3 @@ [![Build Status](https://secure.travis-ci.org/vidigami/backbone-orm.png)](http://travis-ci.org/vidigami/backbone-orm#master) | ||
``` | ||
$ gulp test-quick | ||
$ gulp test --quick | ||
``` | ||
@@ -154,0 +154,0 @@ |
Please refer to the following release notes when upgrading your version of BackboneORM. | ||
### 0.6.3 | ||
* Added manual field option for ids so they can be manually set rather than auto-incremented | ||
* Added tests for dynamic attributes | ||
* Added tests for id types and fixed broken lookups | ||
### 0.6.2 | ||
* Added unique to select distinct records | ||
### 0.6.1 | ||
@@ -4,0 +12,0 @@ * removed lib folder from release |
/* | ||
stream.js 0.6.1 | ||
stream.js 0.6.3 | ||
Copyright (c) 2013-2014 Vidigami | ||
@@ -4,0 +4,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1376433
114
15286