aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* docs(readme): update descriptionFuwn2022-05-181-2/+3
|
* docs(cargo): bump version to 0.2.20.2.2Fuwn2022-05-181-1/+1
|
* feat(respones): add gettersFuwn2022-05-181-5/+20
|
* feat(meta): add gettersFuwn2022-05-185-23/+25
|
* ci(tests): add convert tests0.2.1Fuwn2022-05-182-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 testsFuwn2022-05-182-1/+71
|
* fix: global clippy lint fixesFuwn2022-05-1815-50/+50
|
* chore(makefile): use --all-featuresFuwn2022-05-181-2/+2
|
* docs(readme): add featuresFuwn2022-05-171-0/+2
|
* docs(0.2.0): bump version0.2.0Fuwn2022-05-171-1/+1
|
* fix(cargo.toml): convert requires astFuwn2022-05-171-1/+1
|
* feat(meta): meta-related utilitiesFuwn2022-05-176-0/+134
|
* feat(request): make gemini requestsFuwn2022-05-178-0/+334
|
* docs(cargo): bump version0.1.1Fuwn2022-05-122-2/+4
|
* fix(markdown): proper whitespace placementFuwn2022-05-121-2/+2
|
* fix(ast): take rest of iterator as text for linkFuwn2022-05-122-2/+10
|
* chore(examples): write convert to fileFuwn2022-05-123-15/+13
|
* feat(0.1.0): initial release0.1.0Fuwn2022-05-1217-0/+1629