Skip to content

Releases: canjs/can-event-queue

Fix a typo in the documentation

05 Mar 23:17
Compare
Choose a tag to compare

For documentation needs, fix the isntance wording to instance.

QUNIT2 upgrade

28 May 18:24
Compare
Choose a tag to compare

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

#31

Read from Symbol as well as the __inSetup property

29 Apr 16:15
Compare
Choose a tag to compare

Part of the cleanup to add check for Symbol as well as the __inSetup property.

Ref - canjs/canjs#4705

Fix binding method order of `.on` and `.off`

06 Dec 18:22
Compare
Choose a tag to compare

Commit: aa06912 This fixes the order of .on to use @@can.onEvent, addEventListener, @@can.onKeyValue. It does something similar for .off.

IE 11 Compatibility

When removing handlers on a prototype, do not dispatch onInstanceBoundChange

Only dispatch onInstanceBoundChange with instances

09 Oct 00:41
Compare
Choose a tag to compare

v1.1.0

04 Jul 05:20
Compare
Choose a tag to compare
  • Add compatibility with how webpack builds for production #18
  • Add "use strict" #19

v1.0.2

04 Jul 05:17
Compare
Choose a tag to compare

Make use of the isEmpty method on key trees for performance b1dfa87

v1.0.1

04 Jul 05:17
Compare
Choose a tag to compare

Cleanup markdown sample code #16