# v0.3.0
## Highlights
- Content-Type is now inferred from the pipeline metadata
- Flesh out support for ByteStream
- nu_cmd_extra built-ins are now included (`to html` specifically)
## Raw commits
* feat: support Nushell ByteStream output using blocking reader pattern (2025-02-03)
* feat: improve content-type handling precedence and clarify documentation (2025-02-03)
* docs: README (2025-02-02)
* feat: attempt to infer content-type from the pipeline's metadata (#4) (2025-02-02)
* feat: add nu_cmd_extra built-ins (2025-02-02)
* chore: bump version to v0.2.0 and add changelog (2025-01-31)