Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-01-31 | Add release guidelines | 1 | -0/+12 | ||
2023-01-03 | Add support for serializing trees as JSON | 1 | -2/+2 | ||
This adds support for serializing the mdast syntax tree as JSON, with serde, through a feature. Closes GH-10. Related-to GH-30. Closes GH-37. | |||||
2022-12-13 | Remove unneeded codegen in actions | 1 | -2/+0 | ||
2022-12-13 | Replace build script with private crate | 1 | -0/+2 | ||
Closes GH-34. Closes GH-35. | |||||
2022-10-14 | Remove custom docs site in favor of `docs.rs` | 1 | -18/+0 | ||
2022-10-14 | Refactor workflows to split work | 1 | -1/+15 | ||
2022-10-13 | Add coverage to workflow | 1 | -2/+2 | ||
2022-10-13 | Rename crate to `markdown` | 3 | -4/+4 | ||
2022-10-12 | Add code of conduct, improve docs | 3 | -41/+198 | ||
2022-09-29 | Add inline clippy config | 1 | -2/+1 | ||
2022-09-28 | Add support for turning mdast to hast | 1 | -1/+1 | ||
2022-09-19 | Remove private APIs from site | 1 | -1/+1 | ||
2022-09-14 | Add clippy allow for wrong rule in actions | 1 | -1/+1 | ||
2022-08-19 | Add link to project info to `contribute.md` | 1 | -0/+2 | ||
2022-08-19 | Add contributing, support guide | 2 | -0/+122 | ||
2022-08-16 | Add cargo clippy rules | 1 | -1/+1 | ||
2022-08-15 | Refactor to allow wrong clippy rule | 1 | -1/+1 | ||
2022-07-11 | Update `actions/checkout` | 1 | -2/+2 | ||
2022-07-11 | Remove CI tests on rust beta | 1 | -13/+0 | ||
2022-06-08 | Add redirect | 1 | -0/+1 | ||
2022-06-08 | Fix root of site | 1 | -2/+2 | ||
2022-06-08 | Add site | 1 | -8/+25 | ||
2022-06-08 | Remove coverage for now until public | 1 | -2/+2 | ||