Skip to content

Releases: yokawasa/vscode-jwt-debugger

0.6.0

30 Apr 01:59
bc5ae6b
Compare
Choose a tag to compare

What's Changed

  • Human readable unix epoch in JWT decoded payload by @LouLeGrain in #15
  • Remove onCommand entries from activationEvents in package.json by @yokawasa in #16

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

22 Oct 15:18
Compare
Choose a tag to compare

What's Changed

  • [New feature] Input terminal for decode JWT that allow users insert their token into input terminal, and decode by @seon22break in #9
  • fix TS1196: Catch clause variable cannot have a type annotation. by @yokawasa in #14
  • Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #6
  • Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #7
  • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #8

New Contributors

Full Changelog: 0.4.2...0.5.0

0.4.2

10 Jan 06:36
Compare
Choose a tag to compare
  • Fix security vulnerability: upgrade jargs-parser to 13.1.2
  • Fix security vulnerability: upgrade minimist to 1.2.5

0.4.1

01 Mar 21:51
Compare
Choose a tag to compare
  • Fix CSP: only allow the minimal amount of content that our extension needs to function
    -- CSP (Content security policy)

0.3.0

18 Aug 07:39
Compare
Choose a tag to compare
  • Disable a command shortcut key (Ctrl+shift+d or Cmd+shift+d for Mac) when editor has no text selection

0.2.0

15 Aug 11:58
Compare
Choose a tag to compare
  • Add a new keybind to execute the command JWT Debugger Decocde. Now you can execute the command either in Command Palette or with keybind Ctrl+Shift+d (Mac: Cmd+Shift+d)

initial release (beta)

14 Aug 16:53
Compare
Choose a tag to compare

initial release