Releases: canjs/can-define
Releases · canjs/can-define
Observable indexed value changes
Changes to indexed values using a DefineList's set
method will dispatch change events to any observers.
👍 defineList.set(0, 'newValue'); // will dispatch event
👎 defineList[0] = 'newValue'; // will NOT dispatch event
isString isGone
This patch release is a purely internal change to use:
typeof string === 'string'
instead ofcan-util/js/is-string/is-string
Array.isArray
instead ofcan-util/js/is-array/is-array
These methods are deprecated.
Uses faster performing canReflect
v1.3.2 1.3.2
v1.3.1
uses updateMap instead of setValue
v1.3.0 1.3.0
prop: DefineMap works
v1.2.3 1.2.3
skipping Object.seal test in production env
1.2.1
This is a bug fix release that fixes an issue with using Node.js Request objects inside of a define-map, which happens for done-ssr users.
Issues
can-reflect
v1.2.0 1.2.0