Skip to content

Releases: jflbr/jwt-decoder

1.3.0: Merge pull request #11 from jflbr/decode-from-clipboard

09 Jan 20:09
83c92f0

Choose a tag to compare

[1.3.0] 2026-01-09

Added

  • Automatic clipboard detection for JWT tokens
    • When no text is selected, the extension automatically checks clipboard for valid JWT
    • Smart validation ensures only valid JWTs are auto-decoded
    • Seamless fallback to input box if clipboard doesn't contain a valid JWT
  • JWT validation function to verify token structure and format
  • Comprehensive test suite with 23 tests covering:
    • JWT token decoding functionality
    • JWT validation (valid/invalid tokens, edge cases)
    • Hover content management
    • Extension activation and command registration
    • Edge cases and error handling

Changed

  • Updated all dependencies to latest versions to fix security vulnerabilities
  • Migrated from deprecated vscode-test to @vscode/test-electron
  • Upgraded to TypeScript 5.7.2
  • Upgraded to Mocha 10.8.2
  • Updated minimum VS Code engine to 1.85.0
  • Removed deprecated tslint package
  • Removed activationEvents from package.json (auto-generated by VS Code)

Fixed

  • Resolved 18 security vulnerabilities (2 low, 5 moderate, 6 high, 5 critical)
  • Fixed deprecated glob API usage
  • Fixed Mocha configuration for latest version