Releases: fregante/delegate-it
Releases · fregante/delegate-it
v2.0.2
Patches
- Add support for events triggered on text nodes: #21
v2.0.1
- Don't attach events directly to
document
8795011
v2.0.0
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
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
Patches
- Fix some TypeScript types: #2
- Improve single-element detection: #4
- Ensure that
destroy
is always returned: 3f54e6d