| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | docs(readme): update description | Fuwn | 2022-05-18 | 1 | -2/+3 | |
| | | ||||||
| * | docs(cargo): bump version to 0.2.20.2.2 | Fuwn | 2022-05-18 | 1 | -1/+1 | |
| | | ||||||
| * | feat(respones): add getters | Fuwn | 2022-05-18 | 1 | -5/+20 | |
| | | ||||||
| * | feat(meta): add getters | Fuwn | 2022-05-18 | 5 | -23/+25 | |
| | | ||||||
| * | ci(tests): add convert tests0.2.1 | Fuwn | 2022-05-18 | 2 | -9/+79 | |
| | | | | | | | | | Adding these tests also exposed an issue within the Markdown converter! The issue was that if a Markdown file **did not** have whitespace lines between elements, no whitespace lines were inserted at all into the converted result, leaving everything on one massive line (except lists). | |||||
| * | ci(tests): add ast tests | Fuwn | 2022-05-18 | 2 | -1/+71 | |
| | | ||||||
| * | fix: global clippy lint fixes | Fuwn | 2022-05-18 | 15 | -50/+50 | |
| | | ||||||
| * | chore(makefile): use --all-features | Fuwn | 2022-05-18 | 1 | -2/+2 | |
| | | ||||||
| * | docs(readme): add features | Fuwn | 2022-05-17 | 1 | -0/+2 | |
| | | ||||||
| * | docs(0.2.0): bump version0.2.0 | Fuwn | 2022-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | fix(cargo.toml): convert requires ast | Fuwn | 2022-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | feat(meta): meta-related utilities | Fuwn | 2022-05-17 | 6 | -0/+134 | |
| | | ||||||
| * | feat(request): make gemini requests | Fuwn | 2022-05-17 | 8 | -0/+334 | |
| | | ||||||
| * | docs(cargo): bump version0.1.1 | Fuwn | 2022-05-12 | 2 | -2/+4 | |
| | | ||||||
| * | fix(markdown): proper whitespace placement | Fuwn | 2022-05-12 | 1 | -2/+2 | |
| | | ||||||
| * | fix(ast): take rest of iterator as text for link | Fuwn | 2022-05-12 | 2 | -2/+10 | |
| | | ||||||
| * | chore(examples): write convert to file | Fuwn | 2022-05-12 | 3 | -15/+13 | |
| | | ||||||
| * | feat(0.1.0): initial release0.1.0 | Fuwn | 2022-05-12 | 17 | -0/+1629 | |