Skip to content

Releases: aklinker1/webext-core

@webext-core/match-patterns v1.0.2

29 Sep 13:15
Compare
Choose a tag to compare

Bug Fixes

  • Ignore unimplemented protocols and return true when checking <all_urls> patterns (7bac5ca)

@webext-core/storage v1.1.3

27 Sep 12:58
Compare
Choose a tag to compare

Bug Fixes

  • Add wrapper function for storage clear (#42) (73e4727)

@webext-core/isolated-element v1.0.4

14 Jul 15:14
Compare
Choose a tag to compare

Bug Fixes

@webext-core/messaging v1.4.0

27 May 18:58
Compare
Choose a tag to compare

Features

@webext-core/match-patterns v1.0.1

27 May 19:01
Compare
Choose a tag to compare

Bug Fixes

match-patterns-v1.0.0

20 May 15:53
412a2a8
Compare
Choose a tag to compare

Initial release of @webext-core/match-patterns. Supports <all_urls>, * protocol, and the http/https protocols.

job-scheduler-v1.0.0

13 May 15:12
55b8436
Compare
Choose a tag to compare

Initial release of the new @webext-core/job-scheduler package. It can be used to schedule:

  • CRON jobs
  • One-time jobs
  • Jobs that run on a simple interval

@webext-core/proxy-service v1.2.0

02 May 16:02
Compare
Choose a tag to compare

Features

  • Export flattenPromise helper function (#26) (bbb1bc2)

Bug Fixes

  • Tweak getService return type and export new types (4aa0cf1)

@webext-core/proxy-service v1.1.1

28 Apr 16:59
Compare
Choose a tag to compare

Bug Fixes

  • Make messaging package a peer dependency to decouple versioning (5ca8302)

@webext-core/messaging v1.3.1

28 Apr 16:14
Compare
Choose a tag to compare

Bug Fixes

  • Fix regression around supporting multiple messengers (71c654d)