Releases: aklinker1/webext-core
Releases · aklinker1/webext-core
@webext-core/storage v1.0.1
Bug Fixes
- storage: add missing metadata to package.json (e5348a3)
@webext-core/messaging v1.0.1
Bug Fixes
- messaging: add missing metadata to package.json (d923d3a)
@webext-core/fake-browser v1.0.1
@webext-core/storage v1.0.0
Features
defineExtensionStorage
to create typed storage implmenetationslocalExtStorage
,syncExtStorage
, andmanagedExtStorage
for generic use
@webext-core/messaging v1.0.0
Features
defineExtensionMessaging
to declare type-safe messaging functions
@webext-core/fake-browser v1.0.0
Features
- Implement
alarms
API - Implement
storage
API - Implement
runtime
messaging - Implement some
runtime
events (onStartup
,onSuspend
,onSuspendCanceled
,onInstalled
,onUpdateAvailable
)