Releases: canjs/can-reflect
Releases · canjs/can-reflect
Handle decorated and builtIn types correctly
Handle serialization of decorated types correctly and simply return un-decorated built-in types such as dates or regex.
Reflexed Tooling
This patch release makes improvements to the build configuration and minor test fixes.
Do not update or assign deep Typed objects unless they ask for it.
Adds caching update / assign
v1.1.3 updating version
[update|assign][List|Map][Deep|] and serialize, and unwrap
Adds all the update / assign methods.
isConstructor works with functions without prototypes
isConstructorLike looks at non-enumerable properties
Fixed #18 ... make constructors like the following work:
SomeConstructor = function(){
}
SomeConstructor.prototype[symbol] = function(){ ... }
assignNonEnumerable( SomeConstructor.prototype, {anything: function(){}})