Skip to content

Releases: teng-lin/agent-fetch

v0.1.6

15 Feb 03:41

Choose a tag to compare

What's Changed

  • feat: Netscape HTTP Cookie File support via --cookie-file by @teng-lin in #6

Full Changelog: v0.1.5...v0.1.6

v0.1.5

15 Feb 00:44

Choose a tag to compare

What's Changed

  • fix: CLI process hangs + e2e minWords threshold bug by @teng-lin in #1
  • fix: type-safe FetchError + Turndown singleton + coverage thresholds by @teng-lin in #3
  • refactor: decompose monolithic modules + sliding-window crawler by @teng-lin in #2
  • refactor: type-safe extraction methods + reduce DOM parsing + correlation IDs by @teng-lin in #4
  • test: add 183 integration tests to close coverage gaps by @teng-lin in #5

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

07 Feb 23:27
b9ab475

Choose a tag to compare

Changes

  • feat(cli): add --version flag and warn on unknown options (#20)
  • feat: add configurable request timeout with 20s default (#21)
  • fix: prevent pino-pretty crash when running via npx (#22)

v0.1.3

07 Feb 23:27
f66a131

Choose a tag to compare

Changes

  • fix: send logs to stderr in json mode (#18)