Skip to content

v1.0.0

Compare
Choose a tag to compare
@fregante fregante released this 07 Aug 05:38

This version is compatible with v0.21.1

If you come from an earlier version, refer to the readme, but the main change is that there's no define method and you should use the same OptionsSync instance across the whole extension because defaults are no longer stored in memory.

Major Changes

  • Turn into ES Module; drop CJS file: 07c30a9
  • Don't store defaults, they'll be merged in the getter: f66da00

Minor Changes

  • Dispatch options-sync:form-synced event when form is synced: 31d3b89
  • Add comprehensive form support: #28
  • Add tests: #35
  • Add stopFormSync: 34650a2

Patches

  • Drop change event listener: 5dc8c87
  • Reduce migrations logging: f0218b1

Type updates

  • Specify private methods in TypeScript: 72a3516
  • Loosen TypeScript types for set method: 23fd947
  • Export Migration type: 7918925