• v0.2.0 e8d8e8b1a4

    v0.2.0 — new drop 🔥
    All checks were successful
    ci / build-and-test (push) Successful in 3s
    release / release (push) Successful in 15s
    Stable

    psk released this 2026-03-09 19:02:32 +00:00 | 0 commits to main since this release

    the big drop — CLI tool + JSON handler, absolute unit of a release 🔥

    the litty CLI tool AND structured JSON logging both dropped in one release bestie. your Go commands now hit different AND your log aggregators are eating good no cap

    added — litty CLI tool 🛠️

    • litty testgo test but every line hits different with emojis and colors 🧪
    • litty buildgo build with litty error messages that actually slap 🏗️
    • litty rungo run with litty compile error drip (program output passes through untouched) 🏃
    • litty vetgo vet findings but the vibes are gen alpha 🔍
    • litty clean — see whats getting yeeted in real time with -x auto-injection 🗑️
    • auto-injects -v for test so output is always verbose enough to rewrite 💅
    • composable rewriter architecture — test falls back to build for compile errors
    • dual-stream goroutine capture — both stdout and stderr get the litty treatment
    • exit code passthrough for CI/CD compatibility no cap
    • installable via go install github.com/phsk69/litty-logs-go/cmd/litty@latest 📦
    • litty help and litty version commands for the basics bestie
    • 1MB scanner buffer for handling even the most unhinged test output dumps

    added — JSONHandler 📦

    • JSONHandler implementing slog.Handler — structured JSON with literal emojis for log aggregators
    • NewJSONHandler(), NewJSONHandlerWithOptions(), NewJSONLogger() — same API shape as text handler 💅
    • one compact JSON object per line with fields: timestamp, level, emoji, category, message + flat attrs
    • proper JSON types — ints stay ints, bools stay bools, floats stay floats bestie
    • literal emoji serialization — 🔥 not \uD83D\uDD25, Go is built different
    • examples/json/ — example showing all levels, groups, attrs

    added — CI vibes 🔥

    • CI pipeline now uses litty build/vet/test for fire emoji output in pipeline logs
    Downloads