All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Replace
Netwonsoft.Json
withSystem.Text.Json
(#6 by @y0ung3r)
- New interfaces to represent weakly-typed arrays and objects -
IObjectType
andIArrayType
with corresponding JSON converters
- Fix code generation problem with
object
andarray
type definitions without properties (#7)
- Fix binary inconsistency between different origins of the packages in different package sources
- Fix missing copyright info in the NuGet packages metadata
- Fix missing handling of invalid socket state while sending WebSocket requests
- Fix missing disconnect event invocation
- Add
SessionId
parameter forSubscribeAsync
andSubscribeSync
methods ofProtocolClient
- Fix Subscribe methods replicating events for all connected sessions
- Remove preview version postfix
- Fix
dotnet cdp
tools packaging
- Initial release