v4.8.8

honojs/honov4.8.8Jul 25, 2025by yusukebe

AI Summary

This is a minor patch release (v4.8.8) of the Hono web framework that includes a documentation improvement to simplify the README and a bug fix for the URL utility to prevent double encoding in the safeEncodeURI function.

Key Highlights

  • Documentation improvement: Simplified the project README
  • Bug fix: Prevents double encoding in the safeEncodeURI utility function

Full Release Notes

## What's Changed
* docs: simplify the readme by @yusukebe in https://github.com/honojs/hono/pull/4305
* fix(utils/url): prevent double encoding in `safeEncodeURI` by @yusukebe in https://github.com/honojs/hono/pull/4306


**Full Changelog**: https://github.com/honojs/hono/compare/v4.8.7...v4.8.8