File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.2] - 2026-02-06
9+
10+ ### Added
11+ - ** Stdin mode:** Pipe Markdown directly to fizzy-md for HTML conversion
12+ - ` echo "**bold**" | fizzy-md ` → ` <p><strong>bold</strong></p> `
13+ - Great for agent scripting without needing temp files
14+
15+ ### Fixed
16+ - Bug where fizzy-md would call fizzy CLI even when no args (now uses stdin mode)
17+
818## [ 0.1.1] - 2026-02-05
919
1020### Added
@@ -45,5 +55,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4555- UI rendering verification in Fizzy
4656- Real-world usage (dogfooded on Fizzy Card #92 )
4757
58+ [ 0.1.2 ] : https://github.com/zainfathoni/fizzy-md/releases/tag/v0.1.2
4859[ 0.1.1 ] : https://github.com/zainfathoni/fizzy-md/releases/tag/v0.1.1
4960[ 0.1.0 ] : https://github.com/zainfathoni/fizzy-md/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments