| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: promote project to workspace with macros sub-crate | 魏曹先生 | 24 hours | 5 | -556/+0 |
| | | |||||
| * | feat: add display block support and refactor tests | 魏曹先生 | 24 hours | 7 | -115/+300 |
| | | | | | | | | Deprecate old macros in favor of new deprecated module, replace the external file-based test with inline unit tests, and introduce the `??? >>>` / `??? <<<` display block syntax for conditional content inclusion per arm or globally. | ||||
| * | feat: add CHANGELOG and simplify tmpl! macro syntax | 魏曹先生 | 25 hours | 2 | -8/+24 |
| | | | | | | | Introduce a CHANGELOG.md file and update the `tmpl!` macro to use a cleaner syntax with comma-separated key-value pairs instead of the `+=` operator and parentheses-wrapped parameters | ||||
| * | Bump version to 0.1.30.1.3 | 魏曹先生 | 2026-03-02 | 1 | -2/+4 |
| | | | | | 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 | -0/+18 |
| | | |||||
| * | Refactor crate structure and move macros to lib.rs | 魏曹先生 | 2026-02-28 | 4 | -35/+85 |
| | | |||||
| * | Rename src/lib.rs to src/template.rs | 魏曹先生 | 2026-02-28 | 1 | -0/+0 |
| | | |||||
| * | Initialize project with Cargo.toml and basic structure | 魏曹先生 | 2026-02-27 | 5 | -0/+285 |
