Skip to content

Releases: OctoLinker/injection

v1.0.1

14 Jul 22:06
Compare
Choose a tag to compare

Fix module export for nodejs

v1.0.0

14 Jul 20:37
Compare
Choose a tag to compare

This release contains a big internal refactoring. Before we used MutationObserver to listen for DOM modifications. Now it's much simpler. GitHub.com uses pjax which fires an event after replacing the requested page with the previous one.

Thanks to @bfred-it for the hint.

v0.2.0

18 Feb 20:32
Compare
Choose a tag to compare

Drop callback debouncing, because it's not needed anymore.