| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(core): add RendererInvoker and ChainInvoker types | 魏曹先生 | 4 days | 1 | -0/+1 |
| | | |||||
| * | feat(core): rename `builds` feature to `build` | 魏曹先生 | 5 days | 1 | -26/+9 |
| | | | | | | | | Replace the `builds` feature with `build` across the crate, keeping a backward-compatible alias for the old name. Update all internal visibility from `#[doc(hidden)] pub mod` to `pub(crate) mod` and reorganize the `__private` module into a dedicated `private.rs`. | ||||
| * | feat(macros): add Routable trait and update route! macro | 魏曹先生 | 9 days | 1 | -0/+3 |
| | | | | | | | Introduce a `Routable` trait with `to_chain` and `to_render` methods, replacing direct `Grouped` usage in the `route!` macro so error branches correctly route through the rendering pipeline | ||||
| * | Add LazyRes for lazy resource initialization | 魏曹先生 | 2026-06-07 | 1 | -3/+6 |
| | | |||||
| * | Move `comp` module from `asset` to crate root | Weicao-CatilGrass | 2026-05-09 | 1 | -4/+0 |
| | | |||||
| * | Add global resource system to Program | 魏曹先生 | 2026-04-27 | 1 | -0/+3 |
| | | |||||
| * | Add help system with `#[help]` macro and `HelpRequest` trait | 魏曹先生 | 2026-04-25 | 1 | -0/+3 |
| | | |||||
| * | Remove comp module and add EnumTag derive macro | 魏曹先生 | 2026-04-13 | 1 | -0/+3 |
| | | |||||
| * | Add basic completion module with shell integration | 魏曹先生 | 2026-04-09 | 1 | -0/+7 |
| | | |||||
| * | Add documentation for mingling_core | 魏曹先生 | 2026-04-01 | 1 | -0/+4 |
| | | |||||
| * | Rename mingling to mingling_core and update dependencies | 魏曹先生 | 2026-03-29 | 1 | -0/+4 |
