Skip to content

Releases: h3js/h3

v1.6.5

Choose a tag to compare

@pi0 pi0 released this 05 May 08:33

compare changes

🩹 Fixes

  • readRawBody: Resolve cached promise before normalizing buffer (2e472e8)

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.6.4

Choose a tag to compare

@pi0 pi0 released this 28 Mar 12:39

compare changes

🩹 Fixes

  • readRawBody: Always return buffer without encoding (19d133d)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.6.3

Choose a tag to compare

@pi0 pi0 released this 28 Mar 11:08
2af071b

compare changes

🩹 Fixes

  • readBody, readRawBody: Handle raw body as buffer (#366)

📖 Documentation

  • Missing parentheses (#362)

🏡 Chore

❤️ Contributors

v1.6.2

Choose a tag to compare

@pi0 pi0 released this 15 Mar 22:19
e885dc1

compare changes

🩹 Fixes

  • setResponseStatus: Mark code type as optional (#359)
  • Sanitize utils and sanitize all response code and messages (#358)

❤️ Contributors

v1.6.1

Choose a tag to compare

@pi0 pi0 released this 15 Mar 17:13
2a2bb50

compare changes

🩹 Fixes

  • Sanitize statusMessage of disallowed chars (#357)

❤️ Contributors

v1.6.0

Choose a tag to compare

@pi0 pi0 released this 10 Mar 16:58
ff71eba

compare changes

🚀 Enhancements

  • Expose splitCookiesString utility (#343)
  • getRequestHost, getRequestProtocol and getRequestURL 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

v1.5.0

Choose a tag to compare

@pi0 pi0 released this 01 Mar 23:19

compare changes

🚀 Enhancements

  • Add cors utils (#322)
  • proxy: Support cookieDomainRewrite and cookiePathRewrite (#313)

🩹 Fixes

  • proxy: Separate multiple cookie headers (#319)

📖 Documentation

  • Update build status badge url (#331)

🌊 Types

  • Export MultiPartData (#332)

🏡 Chore

  • Improve lint npm script (#329)
  • Update ufo dependency (bdca859)

❤️ Contributors

v1.4.0

Choose a tag to compare

@pi0 pi0 released this 01 Mar 23:19

compare changes

🚀 Enhancements

  • Session support improvements (#325)

❤️ Contributors

v1.3.0

Choose a tag to compare

@pi0 pi0 released this 01 Mar 23:19

compare changes

🚀 Enhancements

  • fetchWithEvent and getProxyRequestHeaders utils (#323)

🩹 Fixes

  • proxy: Handle consumed responses (#321)
  • proxy: Handle consumed json body (#324)

💅 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

v1.2.1

Choose a tag to compare

@pi0 pi0 released this 01 Mar 23:19

compare changes

📦 Build

  • Inline iron-webcrypto to remove buffer polyfill (c50505b)

🏡 Chore

❤️ Contributors