Skip to content

Releases: AnWeber/httpbook

v3.1.3

30 Jul 17:32

Choose a tag to compare

Fix

  • environment change did not change environment of all notebook cells

v3.1.2

30 Jul 17:19

Choose a tag to compare

Fix

  • do not output responses of @ref and @forceRef (#63). Output all responses only if setting httpbook.outputAllResponses is enabled

v3.1.1

28 May 19:27

Choose a tag to compare

Fix

  • use languageId instead of mimetype for markdown text (#54)

v3.1.0

03 Apr 20:34

Choose a tag to compare

Features

  • update API to vscode-httpyac to support languageId in output channel

v3.0.2

07 Mar 20:03

Choose a tag to compare

Fixes

v3.0.1

06 Mar 18:20

Choose a tag to compare

Fixes

v3.0.0

27 Feb 20:45

Choose a tag to compare

Breaking Changes

  • Setting Got Options directly on the request will be removed in one of the next versions. Got checks in v12 whether only valid options are set. But since options and custom properties are mixed at the request object, such a separation would be difficult. Please change request[...] to request.options[...].

Features

v2.2.2

27 Jan 21:07

Choose a tag to compare

Fix

  • remove cookieStore NotebookCellStatusBarItem to support update of vscode-httpyac

v2.2.1

30 Nov 21:26

Choose a tag to compare

Fix

  • no blank cells after save (#36)
  • environments selection button is not empty (#30)

v2.2.0

31 Oct 20:50

Choose a tag to compare

Features

  • log Stream in notebook output