Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 1.46 KB

egui changelog

All notable changes to the ehttp crate will be documented in this file.

Unreleased

0.5.0 - 2024-02-16

  • Support multipart and JSON (#47, #49)
  • Added CORS Mode property to Request on web (#52)
  • Don't add web-sys in native builds (#48)

0.4.0 - 2024-01-17

  • Allow duplicated headers in requests and responses (#46)
  • Support HEAD requests (#45)
  • Add missing web-sys feature (#42)
  • Update MSRV to 1.72.0 (#44)

0.3.1 - 2023-09-27

  • Improve opaque network error message on web (#33).

0.3.0 - 2023-06-15

  • Add ehttp::streaming, for streaming HTTP requests (#28).
  • Add cross-platform fetch_async (#25).
  • Nicer formatted error messages on web.
  • Implement Clone and Debug for Request (#17).

0.2.0 - 2022-01-15

  • Response::text and Response::content_type no longer allocates.
  • Rename ehttp::Request::create_headers_map to ehttp::headers.
  • Request::post now expects Vec<u8>.

0.1.0 - 2021-09-03 - First release