Releases: fregante/webext-dynamic-content-scripts
Releases · fregante/webext-dynamic-content-scripts
v6.0.3
Patches
Improve compatibility (it was unnecessarily using a browser.* API) /2: 9e3ccd1
v6.0.2
Patches
- Improve compatibility (it was unnecessarily using a
browser.*
API): 8ea5ed9
v6.0.1
Patches
Credits
Huge thanks to @darkred for helping!
v6.0.0
Major Changes
- Rewrite with declarative APIs: #9
Refer to the PR for a migration guide from v5
v5.0.2
Patches
- Add TypeScript definition: #6
Credits
Huge thanks to @nickytonline for helping!
v5.0.1
Major Changes
- New API: Split addToFutureTabs from addToTab: c631ad7
Minor Changes
- Resolve toTab() promise when all scripts have been injected: bcd5f30
- Add optional
contentScripts
argument: 1a40680 858f4fe
v3.0.0
Major Changes
- Replace message-based ping with
executeScript
, this is faster and more reliable
v2.0.0
Major Changes
- Remove redundant+slow operation order guarantee: ed45ec9