Releases: KeithHenry/chromeExtensionAsync
Releases · KeithHenry/chromeExtensionAsync
v2.1.0
Majority of Chrome API for extensions now included.
v2.0.0-alpha
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
Improved error handling and expanded release notes
v1.0.0-alpha
Initial release of async wrappers for Chrome extensions