Skip to content

Tags: KeithHenry/chromeExtensionAsync

Tags

v3.3.2

Toggle v3.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Documented #15

Also moved 3.3 bugfix builds to be under the 3.3 header

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from zensourcer/unbound

Fixed unbound this

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated version, added clarification on usage

Added release information for the ES5 transpiled version

Users need to import the script, as well as adding the module to their project. Added that to install guide

v3.2.4

Toggle v3.2.4's commit message
Added clarification for nested listeners

v3.2.2

Toggle v3.2.2's commit message
Improvement to executeAsyncFunction

Now it promisifies the chrome.runtime.onMessage so that it no longer needs to wait or timeout. Timeouts can still be passed but will be ignored.

v3.2.1

Toggle v3.2.1's commit message
Updated version

v3.2.0

Toggle v3.2.0's commit message
Added injection details

v3.1.2

Toggle v3.1.2's commit message

v3.1.0

Toggle v3.1.0's commit message
Added multi-param callback support

Added TS definitions
Updated with a load more API

v3.0.0

Toggle v3.0.0's commit message
Update to 3.0.0 😎

Breaking change: ...Async suffix no longer required.