Skip to content

Releases: unjs/srvx

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)