Releases: unjs/h3
Releases · unjs/h3
v1.6.3
🩹 Fixes
- readBody, readRawBody: Handle raw body as buffer (#366)
📖 Documentation
- Missing parentheses (#362)
🏡 Chore
- Update changelog (e199df3)
❤️ Contributors
- Johann Schopplich (@johannschopplich)
- Roger!
- Pooya Parsa (@pi0)
v1.6.2
🩹 Fixes
- setResponseStatus: Mark
code
type as optional (#359) - Sanitize utils and sanitize all response code and messages (#358)
❤️ Contributors
- Pooya Parsa (@pi0)
- Daniel Roe [email protected]
v1.6.1
🩹 Fixes
- Sanitize
statusMessage
of disallowed chars (#357)
❤️ Contributors
- Daniel Roe [email protected]
v1.6.0
🚀 Enhancements
- Expose
splitCookiesString
utility (#343) getRequestHost
,getRequestProtocol
andgetRequestURL
utils (#351)
🩹 Fixes
- clearSession: Accept partial session config (#328)
- useSession: Add types for
data
property (#346) - fetchWithEvent: Handle undefined
init
(c84c811)
🏡 Chore
- Replace deprecated methods in test and jsdocs (#341)
- Fix lint error (#342)
- readme: Update badges (7afa753)
- readme: Use correct link (a5e9fcd)
- Update dev dependencies (f0075c7)
❤️ Contributors
- Pooya Parsa (@pi0)
- Sébastien Chopin [email protected]
- 魔王少年 (@mao-shonen)
- Oleg Khalin
- Yuki Tsujimoto
- Zhiyuanzmj
v1.5.0
🚀 Enhancements
🩹 Fixes
- proxy: Separate multiple cookie headers (#319)
📖 Documentation
- Update build status badge url (#331)
🌊 Types
- Export
MultiPartData
(#332)
🏡 Chore
❤️ Contributors
- Pooya Parsa [email protected]
- Enkot [email protected]
- Nozomu Ikuta
- Martin Meixger [email protected]
- Divyansh Singh
v1.4.0
v1.3.0
🚀 Enhancements
fetchWithEvent
andgetProxyRequestHeaders
utils (#323)
🩹 Fixes
💅 Refactors
- session: Use upstream
iron-webcrypto
(a4b6f0d)
🌊 Types
- proxy: Req can be url too (e13663b)
- session: Session data values can be any pojo passing to
JSON.stringify
(22d116c)
❤️ Contributors
- Pooya Parsa [email protected]
v1.2.1
📦 Build
- Inline
iron-webcrypto
to remove buffer polyfill (c50505b)
🏡 Chore
- Ignore lib from eslint (ac28a37)
❤️ Contributors
- Pooya Parsa [email protected]
v1.2.0
🚀 Enhancements
- Session support (#315)
🩹 Fixes
- setCookie: Override existing
set-cookie
header with same name (#316) - proxy: Add
host
to ignored headers (d4f863f)
📖 Documentation
- Improvements (#297)
✅ Tests
- Replace useCookies with parseCookies in test (#314)
❤️ Contributors
- Pooya Parsa [email protected]
- Yuki Tsujimoto
- Ryan Frantz [email protected]
v1.1.0
🚀 Enhancements
- Utils to get and set response status (c8b4d85)
- Add
readMultipartFormData
to parsemultipart/form-data
(#280) - Add
sendNoContent
utility to create a 204 response (#250)
🏡 Chore
- Add full mit text for multipart util (42cfb99)
❤️ Contributors
- Pooya Parsa [email protected]
- Tobias Diez [email protected]
- Daniel Roe [email protected]