Skip to content

v0.2.4: content[] parity fixes; breakdown normalization documented

Choose a tag to compare

@cyanheads cyanheads released this 16 Jul 01:04
· 14 commits to main since this release
v0.2.4
b1b1599

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_trending render every array element instead of slicing to 2/50/50 (#19)
  • gdelt_get_coverage_timeline renders every series point; per-point article links stay capped at 3, tracked in #24 (#19)
  • gdelt_get_coverage_breakdown renders every topSeries/otherAggregated point instead of only a total and peak; the gdelt_search_tv series points remain unrendered, tracked in #23 (#19)
  • gdelt_get_coverage_breakdown discloses that values are normalized shares of media output, not absolute article counts (#10)

334 tests pass; bun run devcheck clean.

CHANGELOG v0.2.4