Skip to content

Releases: AnWeber/httpbook

v0.20.0

20 Jun 19:44
Compare
Choose a tag to compare

Features

  • update monaco-editor
  • remove enable proposed api
  • saving outputs can be disabled

v0.19.0

11 Jun 20:09
Compare
Choose a tag to compare

Features

  • update monaco-editor

Fix

  • update normalize-url
  • fix Protocol "https:" not supported. Expected "http:" (disable http2)

v0.18.0

05 Jun 19:36
Compare
Choose a tag to compare

Features

  • search notebookRenderer supporting mimeType

v0.17.0

05 Jun 14:03
Compare
Choose a tag to compare

Features

  • update to new notebook api

v0.16.0

30 May 20:05
Compare
Choose a tag to compare

Features

  • change to new createNotebookCellExecution
  • response output is saved (is still in development)

Fix

  • fix support of file references as request body

v0.15.0

26 May 08:13
Compare
Choose a tag to compare

Features

  • change to new notebookRender contribution
  • remove onDidReceiveMessage, because of changing api

v0.14.0

24 May 20:34
Compare
Choose a tag to compare

Features

  • update to new vscode renderer api
  • remove use of --vscode- CSS Variables

v0.13.2

21 May 11:27
Compare
Choose a tag to compare

Fix

  • removed direct access of httpyac

v0.13.1

21 May 05:57
Compare
Choose a tag to compare

Fix

  • use only type import for httpyac

v0.13.0

20 May 20:09
Compare
Choose a tag to compare

Features

  • use new NotebookRenderer Api
  • Monaco Editor as default Editor
  • use ContentType of Response as Output

Fix

  • testResults output is working again