All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Call latest on/off callbacks and now using let/const internally instead of var - (#16)
- Code optimization - (#41)
- Fix timing/loading collision bug - (#40)
- Allow observation before the document is ready - (#39)
- Only load/unload nodes if
document.documentElement.contains(node)
- (#35) - Switch from testron to tape-run.
- Tweak browser export definition format
- Observer attached further up the DOM to
document.documentElement
instead ofbody
- Fix node export
- Noop version to skip over unpublished 3.3.2
- Fix export for unbundled electron imports.
- Update deps