Releases: AimenHallou/portmap
Releases · AimenHallou/portmap
v0.1.0
Changelog
- bbff769 chore: run go mod tidy to fix dependency markers
- efa4fe0 feat: CI test matrix (mac/linux/windows) and GoReleaser cross-platform release
- 08d3be4 feat: Docker container detection and image-to-service mapping
- 3211f2e feat: JSON output formatter with docker info support
- e37b335 feat: JVM, .NET, Go, Rust framework detectors
- 9753093 feat: Node.js ecosystem detector (Next, Vite, Nuxt, Remix, Express, etc.)
- d653a4e feat: Python ecosystem detector (Django, Flask, FastAPI, Streamlit, Jupyter)
- 3fdd7aa feat: Ruby, Elixir, PHP framework detectors
- 1f2e087 feat: all CLI commands — root, ps, kill, clean, version with --json and --force flags
- 6f62ae9 feat: color-coded table display with port detail and clean results views
- 36e3b3f feat: dev tools detector (Storybook, Prisma Studio, Docker Compose, Firebase, K8s, Supabase)
- d223f9a feat: dev vs system process filtering with allowlist/blocklist
- 42eda9a feat: framework detector engine with color mapping and two-pass detection
- dc41647 feat: gopsutil scanner with port/process discovery and status classification
- 33033cf feat: integration tests — HTTP server detection, JSON format, version command
- 90ded71 feat: platform-specific working directory resolution (macOS, Linux, Windows)
- 6cedecb feat: process manager with kill, health classification, uptime/memory formatting
- 7baff88 feat: project scaffold with core types and cobra root command
- 5b9113f feat: watch mode with bubbletea TUI and 2-second refresh
- 9e25a00 fix: correct module path casing to match GitHub username