Skip to content

v2.0.0

Compare
Choose a tag to compare
@mingyaulee mingyaulee released this 24 Jan 10:28
· 27 commits to main since this release

Breaking Changes

  • Improved API naming convention
    • Class names for enumerable items - HeadersArrayItem is now Header
    • Event listener parameters are consolidated - AddListenerCallbackDownloadDelta, HasListenerCallbackDownloadDelta and RemoveListenerCallbackDownloadDelta are now DownloadDelta
    • Pascal case for acronyms - HttpURL is now HttpUrl
  • Properties are now synchronous class property getters instead of asynchronous GetXXX methods
  • Mock configurator now supports mocking properties
  • Synced existing APIs with the updated API definitions from Mozilla
  • BrowserAction API is marked as obsolete

Full Changelog: v1.0.0...v2.0.0