object-manage
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -6,3 +6,3 @@ { | ||
"bugs": "https://github.com/snailjs/object-manage/issues", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"author": "Bryan Tong <contact@nullivex.com>", | ||
@@ -26,23 +26,17 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">=0.10.0" | ||
"node": ">=0.8.0" | ||
}, | ||
"dependencies": { | ||
"merge-recursive": "^0.0.3", | ||
"object-merge": "^2.5.1", | ||
"redis": "^0.12.1", | ||
"uuid": "^1.4.1" | ||
"merge-recursive": "0.0.x", | ||
"object-merge": "2.5.x", | ||
"redis": "2.6.x", | ||
"uuid": "3.0.x" | ||
}, | ||
"devDependencies": { | ||
"chai": "^1.9.1", | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-jshint": "^0.10.0", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"grunt-mocha-test": "^0.11.0", | ||
"grunt-project-update": "^0.2.3", | ||
"jshint-stylish": "^0.4.0", | ||
"mocha": "^1.21.4" | ||
"chai": "3.5.x", | ||
"mocha": "3.2.x" | ||
}, | ||
"scripts": { | ||
"test": "grunt test" | ||
"test": "node ./node_modules/mocha/bin/mocha" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
object-manage [![Build Status](https://travis-ci.org/snailjs/object-manage.png?branch=master)](https://travis-ci.org/snailjs/object-manage) | ||
object-manage [![Build Status](https://travis-ci.org/nullivex/object-manage.png?branch=master)](https://travis-ci.org/nullivexnpm /object-manage) | ||
============= | ||
@@ -752,2 +752,7 @@ | ||
### 0.8.1 | ||
* Update dependencies | ||
* Test against all major node versions | ||
* Enable support for 0.8.x | ||
### 0.8.0 | ||
@@ -754,0 +759,0 @@ * Completely rewritten API |
Sorry, the diff of this file is not supported yet
2
828
70127
+ Addeddouble-ended-queue@2.1.0-0(transitive)
+ Addedredis@2.6.5(transitive)
+ Addedredis-commands@1.7.0(transitive)
+ Addedredis-parser@2.6.0(transitive)
+ Addeduuid@3.0.1(transitive)
- Removedredis@0.12.1(transitive)
- Removeduuid@1.4.2(transitive)
Updatedmerge-recursive@0.0.x
Updatedobject-merge@2.5.x
Updatedredis@2.6.x
Updateduuid@3.0.x