Skip to content

Releases: AnWeber/httpbook

v0.13.2

21 May 11:27

Choose a tag to compare

Fix

  • removed direct access of httpyac

v0.13.1

21 May 05:57

Choose a tag to compare

Fix

  • use only type import for httpyac

v0.13.0

20 May 20:09

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

v0.12.0

17 May 07:46

Choose a tag to compare

Features

  • add cell status items (save, show, toggle env, active sessions, remove cookies)

Fix

  • fixed codelens integration of vscode-httpyac
  • fixed environment per file and not per cell
  • changing global scripts/ variables are used without file reload
  • ref to other response are not called on every request

v0.11.0

14 May 19:48

Choose a tag to compare

Features

  • output header in grid
  • setting to disable builtin NotebookOutputRenderer
  • catch error in httpOutputProvider
  • allow save without explicit region delimiter

v0.10.0

13 May 20:25

Choose a tag to compare

Features

  • redesign of extension api
  • updated to current notebook api
  • support virtual workspaces

v0.8.0

08 May 18:54

Choose a tag to compare

Features

  • better highlight support by using mimetype

Fix

  • error in env support

v0.7.0

07 May 20:01

Choose a tag to compare

Features

  • color contribution
  • support markdown cells

Fix

  • create empty new files supported

v0.6.0

06 May 20:24

Choose a tag to compare

Features

  • custom renderer added
  • support for RFC7230 output
  • highlight.js added
  • extension api refactored
  • better settings support

v0.2.0

03 May 19:39

Choose a tag to compare

Features

  • initial release
  • support sending requests and view in built-in code cells