Releases: Jubstaaa/hono-telescope
Releases · Jubstaaa/hono-telescope
Release list
Release v0.1.18
Changelog:
0.1.18 (2026-03-12)
✨ Features
- Add Axios interceptor support and release v0.1.0-beta.2 (06378d2)
- build: optimize dashboard bundle size\n\n- Add granular manualChunks (ui-antd, react-core, router, state, utils, http, ui-utils, app)\n- Enable terser minification with drop_console/drop_debugger and mangle\n- Report compressed sizes; tighten chunk size warning threshold\n- Prebundle critical deps via optimizeDeps.include\n- Add terser and babel-plugin-import to devDependencies\n\nImpact: raw ~1.2MB total, gzip ~385KB; removed duplicated multi-MB bundles. (ef36e48)
- deployment: add docker support and digital ocean deployment guide (47d7eaa)
- exception: sanitize sensitive headers in exception context (d7610ee)
- initial release of @hono/telescope v0.1.0-beta.1 (c4d6376)
- major UI/UX improvements and filtering enhancements (1d9276c)
- project: restructure to monorepo and improve hono compatibility (c6e814c)
- telescope: add clear data and live mode features (3e9b3e2)
🐛 Bug Fixes
- add npm OTP support to release config (1c710b1)
- address cursor bot review feedback (5bec183)
- core: resolve all linter errors and improve database interceptor (3262bb6)
- correct sed command in build script (7711b10)
- dashboard: import SVG icon as module and separate roadmap features (9c6b9e9)
- docker: install dev dependencies for build, then clean up (17e730a)
- remove broken otp config from release-it (832ad65)
- replace @hono-telescope/types imports in dist files (d6524cd)
- resolve @hono-telescope/types import errors (ae798d6), closes #1
- resolve eslint errors, add lint and test to CI and release pipeline (9c201a2)
- security: finalize header sanitization implementation (f9c5af6)
- types: resolve @hono-telescope/types module import errors (a94416b), closes #1
- use node script instead of sed for import replacement (91a8a2e)
♻️ Refactoring
- comprehensive bug fixes, cleanup, and dependency optimization (014dd01)
- convert to turborepo monorepo structure (ec4a443)
- core,dashboard: complete type system overhaul and API restructuring (5fa775d)
- restructure project with clean architecture and improved organization (536b21c)
💎 Styling
- core: format database interceptor with prettier (0e51d4c)
- ignore CHANGELOG.md from prettier formatting (7193226)
📚 Documentation
- add professional open source governance files (c3b0696)
- community: add contributing guide and issue templates (83b9913)
- formatting improvements in MONOREPO.md (3b1c282)
- release: add comprehensive release notes for v0.1.11 (0b4819a)
- update documentation for single workspace structure (936b8d0)
- update documentation for single workspace structure and add development guide (6660e68)
- update live demo url to production digital ocean instance (b69491e)
✅ Tests
- add comprehensive unit tests for core modules (ec3b836)
🏗️ Build
Release v0.1.17
0.1.17 (2025-11-04)
✨ Features
- build: optimize dashboard bundle size\n\n- Add granular manualChunks (ui-antd, react-core, router, state, utils, http, ui-utils, app)\n- Enable terser minification with drop_console/drop_debugger and mangle\n- Report compressed sizes; tighten chunk size warning threshold\n- Prebundle critical deps via optimizeDeps.include\n- Add terser and babel-plugin-import to devDependencies\n\nImpact: raw ~1.2MB total, gzip ~385KB; removed duplicated multi-MB bundles. (7b178d1)