Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 814 Bytes

CHANGELOG.md

File metadata and controls

46 lines (24 loc) · 814 Bytes

Changelog

v1.2.0 - Unreleased

  • Add support for formdata reading and editing.
  • Add documentation for every functions and improve README.

v1.1.1 - 2025-02-06

  • Relaxed the gleam_http requirement to permit v4.

v1.1.0 - 2024-11-19

  • Support for formdata bodies added.

v1.0.1 - 2024-05-12

  • Internal structural changes. No user facing changes.

v1.0.0 - 2024-04-22

  • Added the send_bits function.

v0.4.0 - 2024-03-07

  • Added the read_bytes_body function.

v0.3.1 - 2024-01-16

  • Relaxed version constraint on gleam_stdlib to permit 0.x or 1.x.

v0.3.0 - 2023-11-06

  • Updated for Gleam v0.32.0.

v0.2.1 - 2023-09-30

  • gleam_stdlib is now listed as a direct dependency.

v0.2.0 - 2023-08-03

  • Updated for Gleam v0.30.0.

v0.1.0 - 2022-12-29

  • Initial release