Skip to content

Releases: unjs/srvx

v0.2.5

10 Mar 23:56
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • node: Set Response prototype for NodeFastResponse (2e6a8a0)

v0.2.4

10 Mar 23:11
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Fix Response type export (e8d25e9)

v0.2.3

10 Mar 23:05
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • node: Use headers.entries when full Headers is set as init (7f8cac8)
  • node: Make req instanceof Request working (24b3f83)

📦 Build

  • Fix types export (#36)
  • Add types export for . (#37)

❤️ Contributors

v0.2.2

10 Mar 20:35
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • node: Support node readable stream (bc72436)

🩹 Fixes

  • node: Don't send headers if already sent (bbf6b86)
  • Add Response export type (e63919b)
  • node: Use headers.entries when full Headers is set as init (7f8cac8)

v0.2.1

10 Mar 17:33
@pi0 pi0
5a1caf0
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

v0.2.0

10 Mar 16:39
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

💅 Refactors

  • ⚠️ Update exports (7153090)
  • ⚠️ Overhaul internal implementation (d444c74)

📦 Build

v0.1.4

15 Jan 11:50
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • node: Access req headers with lowerCase (#21)

💅 Refactors

  • node: Improve body streaming (#26)

❤️ Contributors

v0.1.3

05 Dec 01:10
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • node: Compute hasBody when accessing req.body (a002185)
  • node: Body utils should respect buffer view offset (5e4ec69)

💅 Refactors

  • node: Expose request._url (8eb8f5d)

📖 Documentation

  • Minor tweaks (#9)

🏡 Chore

✅ Tests

  • Update IP regex (6885842)
  • Add additional tests for req body handling (e00b4c9)

❤️ Contributors

v0.1.2

04 Dec 00:42
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • node: Add NodeFastResponse.bytes() (#16)
  • node: Add NodeRequestProxy.bytes() (07863f6)

📖 Documentation

  • Minor tweaks (#9)

❤️ Contributors

v0.1.1

18 Oct 01:37
@pi0 pi0
Compare
Choose a tag to compare

🩹 Fixes

  • node: Send body with NodeFastResponse (ac689ef)