Releases: TypeFox/vscode-messenger
Releases · TypeFox/vscode-messenger
Release v0.5.0
Release v0.4.5
What's Changed
- Parameter for
sendNotification
andsendRequest
are now optional - Diagnostic API can now be configured to also send information about parameter values. Use
withParameterData: true
inDiagnosticOptions
to enable.
Full Changelog: v0.4.4...v0.4.5
Release v0.4.4
What's Changed
- Avoid starting webview-messenger twice by @spoenemann in #8
- Fixed: Error thrown when closing WebviewPanel #10
- Added timestamp to diagnostic API
Full Changelog: v0.4.3...v0.4.4
Release v0.4.3
What's Changed
- Unexpected behavior for WebviewMessageParticipant interface #5
- Added support for multiple handlers #7
- Diagnostic API. Devtools visualization extension
Full Changelog: v0.3.0...v0.4.3
Release v0.3.0
What's Changed
- Removed JsonAny from message signatures by @spoenemann in #4
Full Changelog: v0.2.0...v0.3.0
npm package
Release v0.2.0
- Added options for view registration
- Refactored
MessageParticipant
interface - Restructured message processing