aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
3 daysSimplify token comparison in readerDavid Robillard1-1/+2
"Simplify" in terms of the operations actually performed. Since we only need to test for equality here, a simpler comparison with less branching will do.
3 daysImprove test suite coverageDavid Robillard1-1/+2
3 daysFix rewriting special literals when datatype URIs are prefixed namesDavid Robillard1-1/+2
3 daysFix overly permissive parsing of syntax names on the command lineDavid Robillard1-1/+2
4 daysWrite blank lines between graphs and statements in TriGDavid Robillard1-1/+2
5 daysGracefully handle errors while writing the end of anonymous nodesDavid Robillard1-1/+2
2024-06-09Treat out of range unicode characters as errorsDavid Robillard1-1/+2
2024-03-29Use unsigned constants for all explicit enumerator valuesDavid Robillard1-1/+2
2024-03-29Support reading lone lists in lax modeDavid Robillard1-1/+2
This allows parsing documents like "(42) ."
2024-03-14Fix library current_version on MacOSDavid Robillard1-1/+2
2024-03-08Fix parsing NQuads lines with no space before the final dotDavid Robillard1-0/+6
2024-01-23Serd 0.32.2v0.32.2David Robillard1-2/+2
2024-01-20Fix writing empty list objects within blank nodesDavid Robillard1-1/+2
2024-01-09Enable clang nullability checksDavid Robillard1-0/+6
2023-10-22Serd 0.32.0v0.32.0David Robillard1-2/+2
2023-05-11Clean up documentation and remove junk files from installDavid Robillard1-1/+2
2023-05-05Add options to disable html or singlehtml documentationDavid Robillard1-1/+2
2023-05-03Make serd_reader_read_chunk() work with NQuadsDavid Robillard1-1/+2
2023-04-30Add long "help" and "version" options to serdiDavid Robillard1-2/+3
Although serdi still "officially" has a BSD-style interface, meson uses --version to find the version of executables. So, support that, and also add --help, since users will often try that for unknown commands.
2023-04-16Gracefully handle errors when writing textDavid Robillard1-1/+1
2023-04-06Improve pretty-printing of lists and inline subjectsDavid Robillard1-0/+1
2023-04-06Remove support for writing Turtle named inline nodes extensionDavid Robillard1-0/+1
2023-04-06Make URI writing stricter by defaultDavid Robillard1-1/+2
2023-04-06Simplify naming of W3C test directoriesDavid Robillard1-1/+2
This matches the names used in <https://github.com/w3c/rdf-tests.git>.
2023-04-05Clean up remaining stale test suite dataDavid Robillard1-1/+2
2023-04-05Improve writer error handlingDavid Robillard1-2/+3
2023-04-05Fix relative URI creationDavid Robillard1-1/+2
2023-04-05Fix potential memory leaks when a write is abortedDavid Robillard1-1/+2
Also clean up and simplify writer context management in general.
2023-04-02Improve TriG pretty-printing and remove trailing newlinesDavid Robillard1-1/+2
2023-03-31Fix possible hang when writing nested Turtle listsDavid Robillard1-1/+2
2023-03-31Fix incorrect parsing of strange quote escape patternsDavid Robillard1-1/+2
2023-02-12Check for POSIX features with the build systemDavid Robillard1-1/+2
2022-12-20Avoid using ASCII grave as a quoteDavid Robillard1-1/+2
2022-12-19Allow SERD_API to be defined by the userDavid Robillard1-1/+2
2022-12-11Update NEWS fileDavid Robillard1-1/+3
2022-12-09Add serd_reader_skip_until_byte() to public APIDavid Robillard1-2/+3
2022-12-08Replace duplicated dox_to_sphinx script with sphinxygen dependencyDavid Robillard1-1/+2
2022-11-28Improve serdi man pageDavid Robillard1-1/+2
2022-11-24Gracefully handle bad characters in Turtle blank node syntaxDavid Robillard1-1/+2
2022-11-24Gracefully handle bad characters in Turtle datatype syntaxDavid Robillard1-1/+2
2022-11-14Add Windows path separator support to serd_node_new_file_uri()David Robillard1-1/+2
2022-10-23Fix hang when skipping an error at EOF when lax parsingDavid Robillard1-0/+1
2022-10-23Fix crash when trying to read chunks without startingDavid Robillard1-1/+2
2022-10-23Test header for warnings more strictlyDavid Robillard1-1/+2
2022-10-07Override pkg-config dependency within mesonDavid Robillard1-0/+6
2022-09-08Serd 0.30.16v0.30.16David Robillard1-2/+2
2022-09-01Update NEWS fileDavid Robillard1-1/+2
2022-08-09Allow programs to be used from subprojectDavid Robillard1-1/+2
2022-07-20Make NEWS file readable by dpkg-parsechangelogDavid Robillard1-20/+20
2022-07-16Fix spelling error in serdi man pageDavid Robillard1-0/+7