Skip to content

Latest commit

 

History

History
132 lines (81 loc) · 4.43 KB

CHANGELOG.md

File metadata and controls

132 lines (81 loc) · 4.43 KB

Changelog

v0.1.4

compare changes

🩹 Fixes

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

💅 Refactors

  • node: Improve body streaming (#26)

🏡 Chore

❤️ Contributors

v0.1.3

compare changes

🚀 Enhancements

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

🩹 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

compare changes

🚀 Enhancements

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

📖 Documentation

  • Minor tweaks (#9)

🏡 Chore

❤️ Contributors

v0.1.1

🚀 Enhancements

🩹 Fixes

  • node: Send body with NodeFastResponse (ac689ef)

💅 Refactors

📖 Documentation

  • Remove extra await (#2)
  • Update diff explainer (fbd81af)

🏡 Chore

🤖 CI

❤️ Contributors