aboutsummaryrefslogtreecommitdiff
path: root/examples/full-todolist
Commit message (Collapse)AuthorAgeFilesLines
* chore: switch workspace dependencies from path to versioned 0.2.20.2.2魏曹先生32 hours1-0/+4
|
* chore: bump mingling crates from 0.2.1 to 0.2.2魏曹先生32 hours1-3/+3
|
* chore: remove published source checksums from example Cargo.lock files魏曹先生32 hours1-4/+0
|
* chore(examples): add source and checksum to mingling_core/macros in魏曹先生9 days1-0/+4
| | | | Cargo.lock
* chore: bump version to 0.2.1 and switch deps to path魏曹先生10 days1-7/+3
|
* Released Mingling 0.2.00.2.0魏曹先生10 days1-0/+4
|
* chore: clean up Cargo.toml metadata and update lockfilesdev/mingling_pathf魏曹先生13 days1-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