aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore(license): Relicense under MIT OR Apache-2.0HEADmainFuwn2026-02-2027-1073/+214
* chore: Bump version patchv0.4.8Fuwn2025-09-111-1/+1
* chore(examples): Modify example to include diff utilityFuwn2025-09-112-4/+70
* fix(ast): Improve trailing newline trimmingFuwn2025-09-111-1/+1
* refactor: Optimise allocations and string operationsFuwn2025-09-112-19/+23
* fix(markdown): Optimise Markdown conversionFuwn2025-09-113-28/+15
* fix(meta): Better comply with RFC 2045Fuwn2025-09-112-6/+20
* fix(request): Handle invalid URLsFuwn2025-09-113-4/+25
* fix(request): Handle malformed response headerFuwn2025-09-111-1/+5
* fix(ast): Improve UTF-8 handlingFuwn2025-09-112-5/+48
* fix(ast): Gracefully handle malformed link linesFuwn2025-09-112-1/+15
* chore: Bump version patchv0.4.7Fuwn2025-06-051-1/+1
* feat(response): Expose content bytesFuwn2025-06-051-27/+31
* docs(Cargo): Add MSRVFuwn2025-06-041-0/+1
* docs(README): Add example usage of example just taskFuwn2025-06-041-0/+3
* chore(rustfmt): Remove unused license templateFuwn2025-06-041-17/+0
* docs: Update copyright header yearFuwn2025-06-0422-44/+44
* docs(examples): Remove copyright headerFuwn2025-06-048-144/+0
* chore: Bump version patchv0.4.6Fuwn2025-06-021-1/+1
* deps: Bump compatible dependenciesFuwn2025-06-021-5/+5
* chore: Migrate to just from cargo-makeFuwn2025-06-023-26/+24
* fix(container): Safely unwrap line fragmentFuwn2025-06-021-1/+1
* refactor: Use latest best practices and formattingFuwn2025-05-2712-70/+105
* ci(ga): bump rustcFuwn2024-08-151-6/+1
* feat(ast): arbitrary heading depth generationv0.4.5Fuwn2024-08-032-11/+3
* feat: derive all for public typesv0.4.4Fuwn2024-06-296-6/+6
* fix(ast): optional whitespace following heading markersv0.4.3Fuwn2024-06-212-8/+1
* fix(ast): parse preformatted gemtext as preformatted contentv0.4.2Fuwn2024-06-199-182/+78
* feat(germ): bump versionv0.4.1Fuwn2024-06-191-1/+1
* refactor(Node): rename content() to to_gemtext()Fuwn2024-06-193-15/+38
* fix(ast): preserve newline structure at end of gemtextFuwn2024-06-193-8/+20
* feat: single Node gemtext content conversionFuwn2024-06-193-0/+36
* deps(rustc): bump rust toolchainFuwn2024-06-193-18/+15
* fix(tests): blocking and non-blocking requestFuwn2024-04-082-5/+5
* docs(readme): clean upFuwn2024-03-251-6/+10
* docs(examples): comment examplesFuwn2024-03-2510-45/+148
* feat(crate): bump versionv0.4.0Fuwn2024-03-241-1/+1
* docs(readme): update feature descriptionsFuwn2024-03-241-10/+10
* refactor: module for blocking, default to non-blockingFuwn2024-03-248-65/+95
* feat(crate): bump versionv0.3.11Fuwn2024-03-241-3/+3
* fix(ast): parse level 1 headings with emojisFuwn2024-03-241-10/+9
* fix(meta): use generic lifetime for initialiserFuwn2024-03-241-1/+1
* chore(rustfmt): remove old rulesFuwn2024-03-241-2/+0
* fix(ast): non-latin characters interpreted as whitespacev0.3.10Fuwn2023-06-202-4/+8
* fmt: update rustfmt.tomlFuwn2023-05-1817-209/+111
* fix: improve macro hygieneFuwn2023-04-212-13/+13
* docs(cargo): bump self from 0.3.8 to 0.3.9v0.3.9Fuwn2023-04-171-1/+1
* build(rustc): pull back to stableFuwn2023-04-172-2/+2
* docs(request): fix async request exampleFuwn2023-04-171-4/+9
* refactor: remove seldom used procedural macrosFuwn2023-04-1737-182/+41