Releases: h3js/h3
Releases · h3js/h3
v1.6.1
🩹 Fixes
- Sanitize
statusMessageof disallowed chars (#357)
❤️ Contributors
- Daniel Roe [email protected]
v1.6.0
🚀 Enhancements
- Expose
splitCookiesStringutility (#343) getRequestHost,getRequestProtocolandgetRequestURLutils (#351)
🩹 Fixes
- clearSession: Accept partial session config (#328)
- useSession: Add types for
dataproperty (#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
fetchWithEventandgetProxyRequestHeadersutils (#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-webcryptoto 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-cookieheader with same name (#316) - proxy: Add
hostto 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
readMultipartFormDatato parsemultipart/form-data(#280) - Add
sendNoContentutility 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]
v1.0.2
🩹 Fixes
💅 Refactors
📖 Documentation
- Fix deprecated methods (#238)
🏡 Chore
- Add section to readme for community packages (#262)
- Update eslint config (0812e81)
- Format with prettier (a0e21c1)
- Fix type issue (a9b3187)
✅ Tests
- Fix legacy middleware test (408f3f2)
❤️ Contributors
- Pooya Parsa [email protected]
- Daniel Roe [email protected]
- Nozomu Ikuta [email protected]
- Larry Williamson [email protected]