Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 668 Bytes

File metadata and controls

24 lines (18 loc) · 668 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2025-09-06

Changed

  • Updated version to 1.0.0

[1.0.0] - 2025-09-05

Added

  • Initial release with full HTTP/S client functionality
  • Fluent API with method chaining
  • Cookie management with tough-cookie
  • Retry logic with exponential backoff
  • Request/response interceptors
  • Streaming support with progress tracking
  • Proxy support
  • Automatic compression handling
  • TypeScript definitions