summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-03Merge branch 'liw/refactor' into 'main'Daniel Silverstone10-152/+140
2022-09-03refactor: drop unnecessary single-line function used from one callerLars Wirzenius1-19/+10
2022-09-03refactor: AST only parses Markdown, YAML is extracted outside itLars Wirzenius2-25/+10
2022-09-03refactor: expose functionality to extract embedded YAML from mdLars Wirzenius2-54/+36
2022-09-03refactor: delay use of pandoc_ast::Map to as late as possibleLars Wirzenius1-8/+6
2022-09-03refactor: make long function a little more readable with empty linesLars Wirzenius1-0/+10
2022-09-03refactor: use the more idiomatic Into to convert &str to StringLars Wirzenius1-13/+9
2022-09-03refactor: rename ast::Metadata to ast::YamlMetadata for clarityLars Wirzenius1-6/+6
2022-09-03refactor: rename DataFile{,s} to EmbeddedFile{,s} to be systematicLars Wirzenius7-29/+29
2022-09-03refactor: add a type for SVG imagesLars Wirzenius3-12/+38
2022-08-14Merge branch 'liw/no-filter' into 'main'Daniel Silverstone3-117/+23
2022-08-14feat! drop support to act as a Pandoc filterLars Wirzenius3-117/+23
2022-08-13Merge branch 'liw/refactor-errors' into 'main'Daniel Silverstone3-17/+20
2022-08-13feat: make errors have a source errorLars Wirzenius3-17/+20
2022-07-30Merge branch 'liw/clippy-fixes' into 'main'Daniel Silverstone2-1/+5
2022-07-30chore: handle write! errorsLars Wirzenius2-1/+5
2022-07-29Merge branch 'release' into 'main'0.4.3Lars Wirzenius6-11/+16
2022-07-29fix: prepare new release to bump dependency on roadmapLars Wirzenius6-11/+16
2022-07-28Merge branch 'release' into 'main'0.4.2Daniel Silverstone7-128/+117
2022-07-28fix: downgrade dependency on os_str_bytes to 6.1.0 for MSRVLars Wirzenius1-2/+2
2022-07-28fix: downgrade dependency on time to 0.3.10 for MSRVLars Wirzenius1-2/+2
2022-07-28chore: prepare release 0.4.2 of all cratesLars Wirzenius7-132/+121
2022-07-25Merge branch 'chore' into 'main'Daniel Silverstone1-0/+1
2022-07-24chore: allow Unicode license in dependenciesLars Wirzenius1-0/+1
2022-07-16Merge branch 'chores' into 'main'Lars Wirzenius3-34/+34
2022-07-16(chore): Specify exact time versionDaniel Silverstone1-2/+2
2022-07-16(Cargo.lock): Run cargo updateDaniel Silverstone1-25/+25
2022-07-16(subplot.md): Fix for newer pandocDaniel Silverstone1-4/+4
2022-07-16(flake): update lockDaniel Silverstone1-7/+7
2022-07-02Merge branch 'chores' into 'main'Lars Wirzenius6-128/+172
2022-07-02(chore): cargo update -p time --precise 0.3.9Daniel Silverstone1-2/+2
2022-07-02(chore): Run cargo updateDaniel Silverstone1-118/+161
2022-07-02(subplot): Use .unwrap_or()Daniel Silverstone1-1/+1
2022-07-02(bindings): use Write macro for cleaner string updateDaniel Silverstone1-2/+2
2022-07-02(doc): Remove unnecessary lifetime markerDaniel Silverstone1-1/+1
2022-07-02(subplotlib-derive): use Write macro for cleaner string updateDaniel Silverstone1-1/+2
2022-07-02(flake): Update base to unstable for newer gccDaniel Silverstone1-7/+7
2022-06-14Merge branch 'time-macros' into 'main'Daniel Silverstone1-1/+1
2022-06-14fix(subplotlib): enable the "macros" feature for the time crateLars Wirzenius1-1/+1
2022-05-14Merge branch 'clap3-derive' into 'main'Lars Wirzenius5-50/+112
2022-05-14(cli): Change from structopt to clap3-deriveDaniel Silverstone5-50/+112
2022-05-06Merge branch 'liw/tidy-up-error' into 'main'Daniel Silverstone11-119/+156
2022-05-06refactor: replace SubplotError::JsonError with a more specific oneLars Wirzenius2-12/+5
2022-05-06refactor: replace SubplotError::RegexError with a simpler oneLars Wirzenius2-7/+4
2022-05-06refactor: replace SubplotError::YamlError with more specific oneLars Wirzenius3-12/+6
2022-05-06refactor: replace generic Pandoc error with specificLars Wirzenius2-11/+4
2022-05-06refactor! split SubplotError::IoError into more specific errorsLars Wirzenius5-24/+57
2022-05-05refactor: drop the subplot::Result type aliasLars Wirzenius10-53/+80
2022-05-05Merge branch 'fix-256' into 'main'Lars Wirzenius5-3/+67
2022-05-04(subplot.md): Add example scenarios covering example blocksDaniel Silverstone1-0/+57