Skip to content

Releases: KeithHenry/chromeExtensionAsync

v2.1.0

13 Mar 09:11
Compare
Choose a tag to compare

Majority of Chrome API for extensions now included.

v2.0.0-alpha

10 Mar 16:20
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

Breaking change, switched to extending the existing API rather than creating a new wrapper object for each one.

Any apiMethod that requires a callback will get an apiMethodAsync that will return a Promise instead.

For example: chrome.tabs.query takes a callback function, chrome.tabs.queryAsync returns a Promise that resolves with the arguments.

v1.0.1-alpha

10 Mar 15:39
Compare
Choose a tag to compare
v1.0.1-alpha Pre-release
Pre-release

Improved error handling and expanded release notes

v1.0.0-alpha

10 Mar 14:57
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

Initial release of async wrappers for Chrome extensions