can-route
Advanced tools
Comparing version 3.1.0 to 3.2.0-pre.0
@@ -86,11 +86,11 @@ /*jshint -W079 */ | ||
if(arguments.length > 1) { | ||
this.set(prop, value); | ||
canReflect.setKeyValue(this, prop, value); | ||
return this; | ||
} else if(typeof prop === 'object') { | ||
this.set(prop); | ||
canReflect.assignDeep(this,prop); | ||
return this; | ||
} else if(arguments.length === 1){ | ||
return this.get(prop); | ||
return canReflect.getKeyValue(this, prop); | ||
} else { | ||
return this.toObject(); | ||
return canReflect.unwrap(this); | ||
} | ||
@@ -97,0 +97,0 @@ } |
{ | ||
"name": "can-route", | ||
"version": "3.1.0", | ||
"version": "3.2.0-pre.0", | ||
"description": "", | ||
@@ -42,10 +42,10 @@ "homepage": "", | ||
"dependencies": { | ||
"can-compute": "^3.1.0-pre.15", | ||
"can-compute": "^3.3.0-pre.1", | ||
"can-deparam": "^1.0.1", | ||
"can-event": "^3.5.0-pre.2", | ||
"can-namespace": "1.0.0", | ||
"can-observation": "^3.2.0-pre.20", | ||
"can-observation": "^3.3.0-pre.1", | ||
"can-param": "^1.0.1", | ||
"can-reflect": "^1.0.0-pre.3", | ||
"can-simple-map": "^3.2.0-pre.8", | ||
"can-reflect": "^1.1.0-pre.3", | ||
"can-simple-map": "^3.3.0-pre.2", | ||
"can-symbol": "^1.0.0-pre.1", | ||
@@ -56,9 +56,7 @@ "can-types": "^1.1.0-pre.3", | ||
"devDependencies": { | ||
"bit-docs": "0.0.7", | ||
"can-define": "^1.2.0-pre.7", | ||
"can-list": "^3.1.0-pre.14", | ||
"can-map": "^3.1.0-pre.16", | ||
"can-stache-key": "^0.0.2", | ||
"can-define": "^1.3.0-pre.1", | ||
"can-list": "^3.2.0-pre.1", | ||
"can-map": "^3.3.0-pre.1", | ||
"done-serve": "^0.2.0", | ||
"donejs-cli": "^0.9.5", | ||
"generator-donejs": "^0.9.0", | ||
"jshint": "^2.9.1", | ||
@@ -68,3 +66,3 @@ "steal": "^1.2.9", | ||
"steal-tools": "^1.1.2", | ||
"testee": "^0.3.1" | ||
"testee": "^0.6.1" | ||
}, | ||
@@ -71,0 +69,0 @@ "bit-docs": { |
@@ -532,3 +532,3 @@ /* jshint asi:true */ | ||
iCanRoute.serializedCompute.bind('change', function(){ | ||
equal(iCanRoute.attr('personId'), '3', 'personId'); | ||
@@ -535,0 +535,0 @@ equal(iCanRoute.attr('foo'), undefined, 'unexpected value'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10
97837
2
Updatedcan-compute@^3.3.0-pre.1
Updatedcan-observation@^3.3.0-pre.1
Updatedcan-reflect@^1.1.0-pre.3
Updatedcan-simple-map@^3.3.0-pre.2