aboutsummaryrefslogtreecommitdiff
path: root/examples/full-todolist
Commit message (Collapse)AuthorAgeFilesLines
* refactor(examples): migrate renderers to return RenderResult and add魏曹先生24 hours3-70/+91
| | | | | | | | | std::io::Write import Replace r_println!/r_print! macro usage across all example renderers with explicit RenderResult construction using std::io::Write, enabling more flexible output handling and reducing reliance on macro-side effects.
* chore: bump workspace version to 0.3.0魏曹先生37 hours1-7/+3
|
* chore: switch workspace dependencies from path to versioned 0.2.20.2.2魏曹先生3 days1-0/+4
|
* chore: bump mingling crates from 0.2.1 to 0.2.2魏曹先生3 days1-3/+3
|
* chore: remove published source checksums from example Cargo.lock files魏曹先生3 days1-4/+0
|
* chore(examples): add source and checksum to mingling_core/macros in魏曹先生10 days1-0/+4
| | | | Cargo.lock
* chore: bump version to 0.2.1 and switch deps to path魏曹先生12 days1-7/+3
|
* Released Mingling 0.2.00.2.0魏曹先生12 days1-0/+4
|
* chore: clean up Cargo.toml metadata and update lockfilesdev/mingling_pathf魏曹先生2026-06-281-4/+4
|
* refactor(general_renderer): rename to structural_renderer魏曹先生2026-06-262-3/+3
|
* Make route! macro auto-convert error types魏曹先生2026-06-221-2/+2
| | | | | | `route!()` now calls `Groupped::to_chain()` on the error branch, removing the need for callers to pre-convert with `.to_chain()` or `.to_render()`.
* Update example tags and fix tag typo魏曹先生2026-06-151-1/+1
|
* Simplify workspace exclude patterns and add workspace stanzasWeicao-CatilGrass2026-06-121-0/+2
|
* Add full-todolist example projectWeicao-CatilGrass2026-06-097-0/+532