Skip to content

Releases: canjs/can-memory-store

Fix clear() function

23 Jan 22:25
Compare
Choose a tag to compare

The clear() function in can-memory-store was resetting the wrong property (_queries instead of _queryData). This version contains a fixed clear().

QUNIT2 upgrade

28 May 18:35
Compare
Choose a tag to compare

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

#9

IE 11 Compatibility