v0.2.4: content[] parity fixes; breakdown normalization documented
content[] parity fixes; breakdown normalization documented
Five tools stopped truncating array data in content[] that structuredContent already returned in full; gdelt_get_coverage_breakdown now documents its normalized values.
Fixed:
gdelt_get_tone_distribution,gdelt_get_tv_context,gdelt_get_tv_trendingrender every array element instead of slicing to 2/50/50 (#19)gdelt_get_coverage_timelinerenders every series point; per-point article links stay capped at 3, tracked in #24 (#19)gdelt_get_coverage_breakdownrenders every topSeries/otherAggregated point instead of only a total and peak; thegdelt_search_tvseries points remain unrendered, tracked in #23 (#19)gdelt_get_coverage_breakdowndiscloses that values are normalized shares of media output, not absolute article counts (#10)
334 tests pass; bun run devcheck clean.