| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(license): Relicense under MIT OR Apache-2.0HEADmain | Fuwn | 2026-02-20 | 5 | -90/+0 |
| | | |||||
| * | fix(meta): Better comply with RFC 2045 | Fuwn | 2025-09-11 | 1 | -0/+12 |
| | | |||||
| * | fix(request): Handle invalid URLs | Fuwn | 2025-09-11 | 1 | -0/+12 |
| | | |||||
| * | fix(ast): Improve UTF-8 handling | Fuwn | 2025-09-11 | 1 | -1/+40 |
| | | |||||
| * | fix(ast): Gracefully handle malformed link lines | Fuwn | 2025-09-11 | 1 | -0/+14 |
| | | |||||
| * | docs: Update copyright header year | Fuwn | 2025-06-04 | 5 | -10/+10 |
| | | |||||
| * | refactor: Use latest best practices and formatting | Fuwn | 2025-05-27 | 2 | -3/+3 |
| | | |||||
| * | fix(ast): parse preformatted gemtext as preformatted contentv0.4.2 | Fuwn | 2024-06-19 | 2 | -54/+19 |
| | | |||||
| * | refactor(Node): rename content() to to_gemtext() | Fuwn | 2024-06-19 | 2 | -13/+36 |
| | | | | | This commit adds a `tests/node.rs` file to test `Node::to_gemtext`. | ||||
| * | fix(ast): preserve newline structure at end of gemtext | Fuwn | 2024-06-19 | 1 | -4/+4 |
| | | |||||
| * | feat: single Node gemtext content conversion | Fuwn | 2024-06-19 | 1 | -0/+9 |
| | | |||||
| * | fmt: update rustfmt.toml | Fuwn | 2023-05-18 | 3 | -46/+19 |
| | | |||||
| * | refactor: remove seldom used procedural macros | Fuwn | 2023-04-17 | 5 | -0/+393 |
| | | |||||
| * | feat(macros): general utility macros | Fuwn | 2022-06-14 | 4 | -303/+0 |
| | | |||||
| * | feat(meta): mutable access to meta for construction | Fuwn | 2022-06-10 | 1 | -0/+23 |
| | | |||||
| * | feat(meta): impl ToString for Meta | Fuwn | 2022-06-10 | 1 | -0/+20 |
| | | |||||
| * | test(meta): add no params test | Fuwn | 2022-06-10 | 1 | -0/+8 |
| | | |||||
| * | feat(ast): Ast::to_gemtext | Fuwn | 2022-06-02 | 1 | -0/+39 |
| | | |||||
| * | feat(germ): ast struct | Fuwn | 2022-06-02 | 1 | -6/+6 |
| | | |||||
| * | feat(meta): add getters | Fuwn | 2022-05-18 | 2 | -16/+7 |
| | | |||||
| * | ci(tests): add convert tests0.2.1 | Fuwn | 2022-05-18 | 1 | -0/+70 |
| | | | | | | | | | 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 | 1 | -0/+70 |
| | | |||||
| * | fix: global clippy lint fixes | Fuwn | 2022-05-18 | 1 | -3/+3 |
| | | |||||
| * | feat(meta): meta-related utilities | Fuwn | 2022-05-17 | 1 | -0/+50 |
| | | |||||
| * | feat(request): make gemini requests | Fuwn | 2022-05-17 | 1 | -0/+32 |