Skip to content

Releases: TypeFox/vscode-messenger

Release v0.4.5

17 Mar 12:06
Compare
Choose a tag to compare

What's Changed

  • Parameter for sendNotification and sendRequest are now optional
  • Diagnostic API can now be configured to also send information about parameter values. Use withParameterData: true in DiagnosticOptions to enable.

Full Changelog: v0.4.4...v0.4.5

Release v0.4.4

22 Dec 13:30
Compare
Choose a tag to compare

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

01 Dec 14:27
Compare
Choose a tag to compare

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

npm package

Release v0.3.0

21 Jun 13:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0
npm package

Release v0.2.0

03 Jun 07:14
Compare
Choose a tag to compare
  • Added options for view registration
  • Refactored MessageParticipant interface
  • Restructured message processing

npm package