v1.0.0
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