Skip to content

Releases: fregante/delegate-it

v2.0.2

19 Dec 06:27
Compare
Choose a tag to compare

Patches

  • Add support for events triggered on text nodes: #21

v2.0.1

10 Oct 03:54
Compare
Choose a tag to compare
  • Don't attach events directly to document 8795011

v2.0.0

07 Apr 22:04
Compare
Choose a tag to compare

Major Changes

  • Require the base parameter: #15 7c9b6c3
  • Always return a single subscription, never an array: 357bcc2
  • Turn into ES Module; drop CJS file: #17

Patches

  • Clarify source by extracting ledger manager from main function: 9624053

This should also avoid memory leak because apparently there was a bug in the removal process.

v1.1.0

24 Jun 18:27
Compare
Choose a tag to compare

Minor Changes

  • Make the TypeScript types stricter: #5

Patches

  • Restore partial IE 11 support #12
  • Add support for AddEventListenerOptions deduplication (lightweight-ly): #11

Credits

Huge thanks to @nickytonline and @stof for helping!

v1.0.2

11 Mar 02:37
Compare
Choose a tag to compare

Patches

  • Fix some TypeScript types: #2
  • Improve single-element detection: #4
  • Ensure that destroy is always returned: 3f54e6d

v1.0.1

11 Mar 02:38
Compare
Choose a tag to compare

Patches

v1.0.0

11 Mar 02:38
Compare
Choose a tag to compare

Initial release