Skip to content

Choose a tag to compare

@andresribeiro andresribeiro released this 24 May 14:44
· 2 commits to main since this release

πŸš€ Major Changes

  • Migrated runtime from Bun to Deno, required for arm64 support (8aca9c7)
  • Added arm64 support β€” closes #10 (b8d4418)
  • Replaced package.json / biome.json / tsconfig.json with deno.json + deno.lock
  • New entry.ts shim polyfills util.isNullOrUndefined before booting the server
  • Build/format/lint toolchain migrated to deno fmt / deno lint
  • Restructured src folder

⚑ Performance

  • Removed type casting and improved buffer handling (f59a58f)
  • Direct buffer operations instead of intermediate type coercions

πŸ“¦ Other

  • Added LICENSE file (9a74c02)
  • Added example HTTP headers to README (2bf66d5)
  • Updated .dockerignore for new structure (bafeb40)
  • Documentation updates across README and AGENTS.md