| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(just_template): add proc-macro `tmpl!` and restructure crate | 魏曹先生 | 20 hours | 1 | -0/+5 |
| | | | | | | | | | Move the old `tmpl!` and `tmpl_param!` macros into a dedicated `just_template_macros` proc-macro crate. The new `tmpl!` macro supports both simple parameter assignment and multi-arm implementation blocks with per-arm overrides. Remove the deprecated `deprecated` module and update tests accordingly. | ||||
| * | refactor: promote project to workspace with macros sub-crate | 魏曹先生 | 20 hours | 1 | -11/+9 |
| | | |||||
| * | feat: bump just_template to 0.2.0 | 魏曹先生 | 21 hours | 1 | -1/+1 |
| | | |||||
| * | Bump version to 0.1.30.1.3 | 魏曹先生 | 2026-03-02 | 1 | -1/+1 |
| | | | | | Fix empty impl block generating unnecessary newlines | ||||
| * | Bump version to 0.1.2 and add From impls for &str and Cow<str>0.1.2 | 魏曹先生 | 2026-03-02 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 0.1.10.1.1 | 魏曹先生 | 2026-02-28 | 1 | -1/+1 |
| | | |||||
| * | Initialize project with Cargo.toml and basic structure | 魏曹先生 | 2026-02-27 | 1 | -0/+13 |
