Skip to content

Releases: fregante/webext-options-sync

v0.15.0

20 Dec 08:06
Compare
Choose a tag to compare

New features

  • Automatically update the form when using multiple tabs/computers: a20606a

Patches

  • Improve logging with console.group: 3f0a2c8

v0.14.1

20 Dec 05:03
Compare
Choose a tag to compare

Patches

  • Avoid errors where custom elements aren't supported: e1dfc51

v0.14.0

19 Dec 19:31
Compare
Choose a tag to compare

New features

  • Add support for sync via custom element: 5477def

v0.13.0

15 Dec 14:27
Compare
Choose a tag to compare

Minor Changes

  • Assign defaults before migrations: 8731bb5

v0.12.0

20 Jul 10:23
Compare
Choose a tag to compare

Minor Changes

  • Don't save invalid fields: #3
  • Use sync storage only: 8856c98

Code improvements

Credits

Huge thanks to @ramlmn for their help!

v0.11.0

19 Jun 02:18
Compare
Choose a tag to compare

Major Changes

  • Rename OptSync variable to OptionsSync: 6e74961

Minor Changes

  • OptSync.syncForm now accepts a selector: 7f1283e

v0.10.0

18 Jun 07:35
Compare
Choose a tag to compare

Minor Changes

v0.9.0

12 Jun 07:43
Compare
Choose a tag to compare

Minor Changes

  • Get numerical options as Number: cbbaed0

v0.8.0

12 Jun 07:24
Compare
Choose a tag to compare
  • Fix involuntary variable overlap: 831b9bb

v0.7.0

07 Jun 10:28
Compare
Choose a tag to compare

Minor Changes

  • Add support for non-multiple <select>: 413b277
  • Rename main file and added link to repo: f98bd11

Patches

  • Update deps: 5e2468c
  • Use destructuring instead of repeated array access: eb4ae29
  • Use for-of instead of .forEach: 14d969a