Skip to content

v 1.0.0

Latest

Choose a tag to compare

@Jamalianpour Jamalianpour released this 23 May 17:41

New Features

πŸ”„ Encode / decode

  • HTML β€” entity encode/decode, including an attribute-safe mode
  • JWT β€” decode, debug, verify with HS256 / HS384 / HS512

πŸ›  Format / convert

  • CSV ⇄ JSON β€” both directions, with table preview and configurable delimiter (, ; \t |)
  • SQL formatter / minifier β€” uppercases keywords, breaks clauses onto their own lines, strips comments
  • String case converter β€” camelCase, snake_case, kebab, PascalCase, SCREAMING_SNAKE, COBOL-CASE, dot.case, path/case, Title, Sentence, UPPER, lower
  • JSON β†’ Dart class β€” generate null-safe Dart models with fromJson/toJson, toggle nullable and immutable
  • Number base β€” convert between BIN / OCT / DEC / HEX with a bit-grid and bitwise operations (AND, OR, XOR, NOT, shifts) across 8/16/32/64 bits

✨ Generate

  • File hash β€” drop any file, get all five checksums plus a built-in hash verifier

πŸ” Inspect / test

  • Text & JSON diff β€” line-level diff with +/- highlighting and side-by-side gutters; "JSON-aware" mode pretty-prints both sides first
  • Hex viewer β€” drop a file to see a classic offset / hex / ASCII dump

πŸ“° Other

  • light theme
  • command palette ⌘K / Ctrl+K

Full Changelog: v0.5.0...v1.0.0