Releases: fregante/webext-polyfill-kinda
Releases · fregante/webext-polyfill-kinda
v1.0.1
Compare
Sorry, something went wrong.
No results found
v1.0.0
Compare
Sorry, something went wrong.
No results found
Use chrome types instead of browser (#5 ) df92200
This is a breaking change for TypeScript users. Install the latest types for the chrome global if you haven't already:
npm install -D @types/chrome@latest
# And optionally remove the old types
npm rm @types/webextension-polyfill @types/firefox-webext-browser
Some types are not yet promisified there, so please send a PR to DefinitelyTyped’s repo , for example:
v0.10.0...v1.0.0
v0.10.0
Compare
Sorry, something went wrong.
No results found
Drop unrelated runtime/identity extensions 66df6e1
v0.9.0...v0.10.0
v0.9.0
Compare
Sorry, something went wrong.
No results found
Correctly use global chrome variable even in workers 0196a4a
v0.1.0...v0.9.0
v0.1.0
Compare
Sorry, something went wrong.
No results found
Add some Chrome-only Types 7273111
Don't use browser.* APIs even if they're available 873849a
v0.0.2...v0.1.0
v0.0.2
Compare
Sorry, something went wrong.
No results found
v0.0.1
Compare
Sorry, something went wrong.
No results found