Skip to content

Releases: mingyaulee/WebExtensions.Net

v6.0.0

Choose a tag to compare

@mingyaulee mingyaulee released this 03 May 21:07
  • Synced existing APIs with the updated API definitions from Mozilla with breaking changes below
    • IStorageApi.Session and IStorageApi.Sync is changed from StorageAreaWithUsage to StorageArea
    • StorageAreaGetKeys and StorageAreaWithUsageGetKeys renamed to GetKeys
    • StorageAreaRemoveKeys and StorageAreaWithUsageRemoveKeys renamed to RemoveKeys
    • StorageAreaWithUsageGetBytesInUseKeys renamed to GetBytesInUseKeys

Full Changelog: v5.0.1...v6.0.0

v5.0.1

Choose a tag to compare

@mingyaulee mingyaulee released this 02 May 23:47
  • Fixed #181 add TabStatus.Unloaded

Full Changelog: v5.0.0...v5.0.1

v5.0.0

Choose a tag to compare

@mingyaulee mingyaulee released this 13 Nov 19:40
  • Target .Net 10

Full Changelog: v4.4.1...v5.0.0

v4.4.1

Choose a tag to compare

@mingyaulee mingyaulee released this 11 Oct 22:06
  • Maintenance only release

Full Changelog: v4.4.0...v4.4.1

v4.4.0

Choose a tag to compare

@mingyaulee mingyaulee released this 13 Aug 21:08
  • Updated Tabs.Status to TabStatus enum type

Full Changelog: v4.3.0...v4.4.0

v4.3.0

Choose a tag to compare

@mingyaulee mingyaulee released this 04 Aug 18:15
  • Updated Scripting.InjectionTarget.FrameIds to IEnumerable<int> type

Full Changelog: v4.2.0...v4.3.0

v4.2.0

Choose a tag to compare

@mingyaulee mingyaulee released this 04 Aug 17:24
  • Updated Scripting.InjectionTarget.TabId to int type
  • Synced existing APIs with the updated API definitions from Mozilla

Full Changelog: v4.1.1...v4.2.0

v4.1.1

Choose a tag to compare

@mingyaulee mingyaulee released this 01 Jun 10:51
8f74fe0
  • Fixed deserialization of multi type objects from the most restrictive type choice to the least restrictive type choice
  • Updated JsBind.Net to v2.1.1

Full Changelog: v4.1.0...v4.1.1

v4.1.0

Choose a tag to compare

@mingyaulee mingyaulee released this 02 Mar 22:02
  • Generated new APIs

Full Changelog: v4.0.0...v4.1.0

v4.0.0

Choose a tag to compare

@mingyaulee mingyaulee released this 01 Feb 11:44
  • Target .Net 9

Full Changelog: v3.0.1...v4.0.0