Skip to content

Releases: canjs/can-define

Test updates for production mode

05 Jan 15:21
Compare
Choose a tag to compare

Test updates for IE9

05 Jan 15:19
Compare
Choose a tag to compare

Default values go through `set`

03 Jan 15:44
Compare
Choose a tag to compare

Fix tests with multiple versions

20 Dec 20:03
Compare
Choose a tag to compare

The can-define tests were failing when run together with other modules in the canjs/canjs release process. This release fixes the tests and makes no changes to the actual modules.

#124

DefineMap and DefineList have event methods

19 Dec 21:23
Compare
Choose a tag to compare

DefineMap and DefineList are no longer missing their event emitter methods.

var DefineMap = require('can-define/map/');

var Todo = DefineMap.extend({});

assert.ok(Todo.on, 'The `on` method was found on the Todo Constructor.'); // --> true

PR: #121

Extending works better

16 Dec 18:18
Compare
Choose a tag to compare

#118 - Upgrades to latest can-construct

can-namespace

14 Dec 21:26
Compare
Choose a tag to compare
  • using can-namespace, can-types, can-cid