Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.05 KB

File metadata and controls

22 lines (19 loc) · 1.05 KB

Changelog

All notable changes to the "DevToolkit" extension will be documented in this file.

[0.1.0] - 2025-02-12

Added

  • JSON Formatter: format and minify JSON from selection or input
  • Base64 Encoder/Decoder: encode and decode Base64 with UTF-8 support
  • JWT Decoder: decode JWT tokens, display header/payload/expiration
  • UUID Generator: generate UUID v4 (random) and v7 (time-sortable)
  • URL Encoder/Decoder: encode and decode URL components
  • Unix Timestamp Converter: convert between timestamps and dates
  • Hash Generator: compute MD5, SHA-1, SHA-256, SHA-512 hashes
  • Regex Tester: interactive webview panel with highlighting and presets
  • Color Converter: convert between HEX, RGB, and HSL formats
  • Password Generator: generate strong random passwords with presets
  • Cron Expression Parser: parse cron syntax with next execution times
  • Text Diff Checker: compare texts using VS Code built-in diff
  • Status bar button for quick access to all commands
  • Right-click context menu for common operations
  • Command palette integration with "DevToolkit:" prefix