Skip to content

0.9.0

Latest
Compare
Choose a tag to compare
@Jack-Works Jack-Works released this 20 May 09:49
· 18 commits to master since this release

See doc/holoflows-kit.api.report.md for API changes

Removal

  • Deprecated AutomatedTabTask removed
  • {DOMProxy,Watcher,LiveSelector}.enhanceDebugger() removed
  • Deprecated GetContext(), OnlyRunInContext removed
  • Deprecated LiveSelector.nth removed (use LiveSelector.at instead)
  • Deprecated MessageCenter removed

Breaking changes

  1. Watcher no longer extends @servie/events@1.EventEmitter

Feature

  1. Watcher.startWatch now supports AbortSignal and once
  2. WebExtensionMessage now supports AbortSignal and once
  3. WebExtensionMessage now supports connection from external plugins.