Skip to content

Releases: canjs/can-define

can-define Documentation Updates

07 Sep 07:57
Compare
Choose a tag to compare

#387 - Documentation updates focusing on can-define

Expando property types and fewer enumerable internals

03 Sep 20:26
Compare
Choose a tag to compare

#384 - Use default type when creating expand properties

#385 - Make some helper methods non-enumerable

can-define/map/map Documentation Updates.

28 Aug 22:21
Compare
Choose a tag to compare

This is a continuation of document improvements for can-define. It focuses primarily on can-define/map/map examples.

can-define Documentation Updates

23 Aug 22:58
Compare
Choose a tag to compare

This is an improvement to the documentation specifically under the can-define subheading. It's focused on adding examples with updated syntax and running said examples in browser.

Makes serialized DefineList observable

21 Aug 16:06
Compare
Choose a tag to compare

This fixes an issue where a serialized DefineList would not be observable.

Documentation improvements

20 Aug 17:51
Compare
Choose a tag to compare

This release improves documentation and changes everything to use the can package.

Fixed deprecation notice for .set

13 Aug 20:21
Compare
Choose a tag to compare

Includes constructor names with properties in warnings

20 Jul 02:11
Compare
Choose a tag to compare

v2.5.2

06 Jul 22:19
Compare
Choose a tag to compare

Fix “deleting” on sealed objects ec95308

Can add an expando property after deleting it

06 Jul 19:50
Compare
Choose a tag to compare

Commit: 45628e1

This fixes a problem where expando properties were not able to be added again after being deleted.