Skip to content

0.7.1

Compare
Choose a tag to compare
@darwin darwin released this 08 Dec 20:25
· 402 commits to master since this release
v0.7.1

Using promise-chan for callbacks in wrappers

WARNING: this is potentially a breaking change!

I realized there were two more places where promise-chan semantics is more appropriate. Please refer to v0.6.0 release notes for detailed explanation.

Reverting to the old behaviour

If you need to revert to old behaviour. Please look at notable commits. You can configure chromex to use your custom implementations of :chrome-storage-area-callback-channel-factory and :chrome-content-setting-callback-channel-factory. By swapping them for old implementation you can easily get back the old behaviour.

API update

Regenerated APIs to match Chromium @ bcc56e24c4d0.

Notable commits:

da056b5 return promise-chan from default-chrome-content-setting-callback-channel-factory
e87f709 return promise-chan from default-chrome-storage-area-callback-channel-factory

All new changes: v0.7.0...v0.7.1