Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.09 KB

File metadata and controls

42 lines (27 loc) · 1.09 KB

Changelog

  • ???

v0.0.5 - 2026-02-21

Fixed

  • Rewrite code using Bun APIs and npm packages to remove package install size and dependency on specific runtime

v0.0.4 - 2025-06-30

Fixed

  • Cleaning up console output of errors and CLI usage

v0.0.3 - 2025-06-26

Fixed

  • TypeScript type declarations were broken because subpath imports used internally in package were output in .d.ts files and package.json pointed types to a directory instead of the export entrypoint .d.ts file

v0.0.2 - 2025-06-07

Added

  • Serve user data over http with c2 DIR --http PORT
  • Encode user data in base 64 with c2 DIR --base64
  • Evaluate env() and file() expressions in user data
  • Merge multiple user data into a MIME multipart message