Releases: Jamalianpour/open-dev
Releases · Jamalianpour/open-dev
Release list
v 1.0.0
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
v 0.5.1
What's Changed
- Uuid view and utils
- Optimize for tablet screen
- Block small screen (Mobile)
Full Changelog: v0.5.0...v0.5.1
v 0.5.0
The first release of Open Dev.
Feature List:
- JSON Parser and Converter to YAML
- XML Parser and Converter to JSON
- Cron Parser
- Unix Time Converter
- README Helper and Real-time Viewer
- Developer News Based on RSS
- Base64 String/Image Encode/Decode
- JWT Debugger
- Hash Generator
- Color Converter
- RegExp Tester
- Lorem Ipsum Generator
- Password Generator
- QR Code Generator
- Image Extensions Formatter
- URL Encode/Decode
Full Changelog: https://github.com/Jamalianpour/open-dev/commits/v0.5.0