Skip to content

Commit

Permalink
Documented #15
Browse files Browse the repository at this point in the history
Also moved 3.3 bugfix builds to be under the 3.3 header
  • Loading branch information
KeithHenry authored Feb 6, 2019
1 parent d438601 commit 137f873
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,12 @@ For example, [create-react-app](https://github.com/facebook/create-react-app) wi
### v3.3
v3.3 adds `execute-async-function.es5.js` transpiled ES5 version for toolchains that depend on the older JS syntax.

#### v3.3.1
This addresses a breaking change in `chrome.storage` and fixes _TypeError: Illegal invocation: Function must be called on an object of type StorageArea_ exceptions.

#### v3.3.2
Fixed bug calling `chrome.identity.getRedirectURL`

### v3.2
v3.2 adds `chrome.tabs.executeAsyncFunction`; this is backwards compatible and opt-in functionality.

Expand All @@ -253,5 +259,4 @@ async function startDoSomethingHybrid(callback) {

Older versions added a `...Async` suffix to either the function (2.0.0) or the API class (1.0.0). These are still available on bower (but not npm) and are not maintained.

#### v3.3.1
This addresses a breaking change in `chrome.storage` and fixes _TypeError: Illegal invocation: Function must be called on an object of type StorageArea_ exceptions.

0 comments on commit 137f873

Please sign in to comment.