Skip to content

Releases: canjs/can-dom-data-state

QUNIT2 upgrade

28 May 18:20
Compare
Choose a tag to compare

This updates the tests to use QUnit@2.x.x.

#37

fixing node deletion when documentElement is removed

19 Nov 20:48
Compare
Choose a tag to compare

Fixes ssr compatibility issue

06 Nov 19:07
Compare
Choose a tag to compare

IE11 Support

05 Nov 21:41
Compare
Choose a tag to compare

v1.0.2

15 Aug 16:14
Compare
Choose a tag to compare

This fixes a memory leak caused by setData listening for an element's removal in order to delete the internal DOM state.

v1.0.1

13 Mar 21:13
Compare
Choose a tag to compare

Update the main to be can-dom-data-state.js e49d617

v1.0.0

13 Mar 21:12
Compare
Choose a tag to compare

Clean up node data when they are removed from the document #12

Updated dependencies, enabled Greenkeeper, fixed get() and set()

06 Nov 21:31
Compare
Choose a tag to compare
  • Update dependencies to enable Greenkeeper 🌴 #1
  • correct qunit.module name #7
  • Add a cycle detection script to test process #6
  • Methods get() and set() return the whole store for the given context #9

v0.1.1...v0.2.0

Improve tests and use can-cid

06 Nov 21:29
Compare
Choose a tag to compare
  • Improve tests and update description #3
  • Use can-cid instead of can-util/js/cid #4

v0.1.0...v0.1.1

v0.1.0

27 Sep 00:46
Compare
Choose a tag to compare

Offical release after separating from can-util.