Skip to content

Releases: fregante/webext-options-sync

v0.21.2

11 Jul 06:32
Compare
Choose a tag to compare

Patches

  • Fix TypeScript types for set method: #29
  • Fix type of private _timer property: 883e9b1

Credits

Huge thanks to @notlmn for helping!

v0.21.1

24 Jun 17:05
Compare
Choose a tag to compare

Patches

  • Run migrations/defaults even when the extension is installed locally: cd67956
  • Catch chrome.runtime.lastError in set/setAll/getAll's promises: bf52765
  • Avoid syncForm updates while the user is editing a field: c376aec
  • Delay form auto-save by 600ms: f7365dc
  • Fix mistakes in previous 3 releases: 14d35c2

v0.21.0

23 Jun 16:44
Compare
Choose a tag to compare

Broken. Use 0.21.1 or later

Major Changes

v0.20.1

23 Jun 15:37
Compare
Choose a tag to compare

Broken. Use 0.21.1 or later

Patches

  • Improve TypeScript types: fc77d66

v0.20.0

23 Jun 15:36
Compare
Choose a tag to compare

Broken. Use 0.21.1 or later

Major Changes

  • Convert to TypeScript: #20
  • Drop .define method. Definitions are now part of the constructor: #21

Patches

  • Add logging attribute to custom element: d654956

v0.16.0

25 Apr 09:05
Compare
Choose a tag to compare

Minor Changes

  • Add option to disable logging: #18

Credits

Huge thanks to @plibither8 for helping!

v0.15.5

14 Mar 08:22
Compare
Choose a tag to compare

Patches

v0.15.4

14 Mar 06:45
Compare
Choose a tag to compare

Patches

  • Fire input event after form is updated: 2499515

v0.15.2

14 Jun 19:51
Compare
Choose a tag to compare

Patches

  • Only add the custom element in DOM environments: 291cdb1

v0.15.1

24 Mar 08:14
Compare
Choose a tag to compare

Fixes

  • Actually pass defaults to migrations: 013cccb