summaryrefslogtreecommitdiff
path: root/DomainDigCLI.swift
Commit message (Collapse)AuthorAgeFilesLines
* feat(v3.2.0): add Data+ tier and external data integrationsChristian Cleberg2026-04-221-3/+205
| | | | | | | | | | - introduce Data+ tier for advanced data features - add ownership history and DNS history - expand subdomain discovery with external sources - add domain pricing insights - implement local usage/credit system - integrate external data service layer with rate limiting - extend export and CLI for Data+ features
* feat(v2.5.0): add caching, request deduplication, and performance improvementsChristian Cleberg2026-04-211-6/+26
|
* feat(v2.4.0): add JSON output, CLI foundation, and shared report layerChristian Cleberg2026-04-211-0/+39
* introduce DomainReport as canonical output model * add JSON export for single and batch results * create DomainReportBuilder for reusable report construction * add CLI target using shared inspection pipeline * refactor services for UI-independent usage * ensure consistency across TXT, CSV, and JSON outputs