Releases: mingyaulee/WebExtensions.Net
Releases · mingyaulee/WebExtensions.Net
v3.0.1
- Updated extensions API to match generated synchronous APIs
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Breaking Changes
- APIs are now synchronous whenever possible
- Updated APIs from new definitions
StorageAreaSync
is renamed toStorageAreaWithUsage
Full Changelog: v2.1.2...v3.0.0
v2.1.2
- Generate
Port.OnMessage
type asOnMessageEvent
Full Changelog: v2.1.1...v2.1.2
v2.1.1
- Added JsAccessPath attributes for APIs
Full Changelog: v2.1.0...v2.1.1
v2.1.0
- Updated JsBind.Net package version
- Optional function arguments are now generated as either a method overload or optional parameter in the method signature
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Breaking Changes
- Improved API naming convention
- Class names for enumerable items -
HeadersArrayItem
is nowHeader
- Event listener parameters are consolidated -
AddListenerCallbackDownloadDelta
,HasListenerCallbackDownloadDelta
andRemoveListenerCallbackDownloadDelta
are nowDownloadDelta
- Pascal case for acronyms -
HttpURL
is nowHttpUrl
- Class names for enumerable items -
- 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
v1.0.0
- Target .Net 8
- Stable version release
Full Changelog: v0.12.0...v1.0.0
v0.12.0
- Synced existing APIs with the updated API definitions from Mozilla
- Updated JsBind.Net to v0.4.1
- Added 1 additional namespace: declarativeNetRequest
v0.11.1
Synced existing APIs with the updated API definitions from Mozilla
v0.11.0
Added .Net 7 as target framework