3.14.0 (2026-03-26)
Features
- screener: add request-side start pagination option to ScreenerOptions\n\n- Add start?: number to ScreenerOptions for pagination.\n- Regenerate schema (manually updated here) to include start in ScreenerOptions.\n- Add a test covering usage with { count, start }.\n\nYahoo endpoint supports start/count; this exposes start in the typed API. Backward compatible. (e89545e)