Skip to content

Latest commit

 

History

History
84 lines (37 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

84 lines (37 loc) · 2.89 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.5.9 (2022-08-25)

Features

Bug Fixes

  • Server: should not replace status code (34f9056)

2.5.8 (2022-08-03)

Bug Fixes

  • Server: fix range-stream process (d88dd30)

2.5.7 (2022-08-03)

Bug Fixes

  • Server: correct Content-Range implement (7e37844)

2.5.6 (2022-07-29)

Features

  • Server: add flag to disable range (c74ee71)
  • Server: pretty custom error inspect (ad7357e)
  • Server: should send Content-Range if not full body (7d5a5f5)
  • Server: support for stream range (01303cf)

2.5.3 (2022-07-22)

Features

  • Server: support read body later (63639d3)

2.5.2 (2022-07-22)

Features

  • Server: support for body stream (3bf1a07)

Bug Fixes

  • Server: correct write end implements (88068f1)

2.5.1 (2022-07-04)

Bug Fixes

  • Server: correct writable stream implement (225bd13)
  • Server: fix perf-standard/check-function-inline (a2520a2)

2.5.0 (2022-07-03)

⚠ BREAKING CHANGES

  • Server: setup exports

Features