Skip to content

v0.2.0

Choose a tag to compare

@david1gp david1gp released this 17 Feb 06:24
· 26 commits to main since this release

[0.2.0] - 2026-02-17

🚀 Features

  • Init project, ts, hono, openapi, swagger-ui, pandoc cli call
  • (logo) Add logo, favicon
  • (server) Add 100 mb file size check
  • (icons) Serve logo and favicon from public dir
  • (openapi) Add schema description for openapi
  • (caching) Cache served static content from public for 3 days
  • (package) Add metadata for publishing
  • (ci) Add npm publishing using github actions oidc

🐛 Bug Fixes

  • (scripts) Fix bun reload --hot arg needs to be first, add format with prettier
  • (deploy) Do not copy node_modules, install deps, add status, add missing @hono/standard-validator dependency
  • (scripts) Build command, custom tsconfig for client, enable erasableSyntaxOnly in ts

🏭 Operations

  • (vps) Add vps setup scripts

🚜 Refactor

  • (src) Extract client, deduplicate schemas, "/" post and put, separate handlers
  • (server) Remove schema dir
  • (src) Change api url structure, separate tests, global test setup
  • (version) Read version from package.json
  • (server) Deduplicate routes, add openapi docs for memory usage route

📚 Documentation

  • Add mit license and readme

⚡ Performance

  • (package) Package only dist files generated for client

🧪 Testing

  • (pandoc) Remove negative error test
  • (client) Add client import test using regex

⚙️ Miscellaneous Tasks

  • (package) Run dev with hot reloading