- ???
v0.0.5 - 2026-02-21
- Rewrite code using Bun APIs and npm packages to remove package install size and dependency on specific runtime
v0.0.4 - 2025-06-30
- Cleaning up console output of errors and CLI usage
v0.0.3 - 2025-06-26
- TypeScript type declarations were broken because subpath imports
used internally in package were output in
.d.tsfiles andpackage.jsonpointedtypesto a directory instead of the export entrypoint.d.tsfile
v0.0.2 - 2025-06-07
- 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