aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2025-01-30Remove project and version number from man page OS fieldDavid Robillard1-0/+6
The mandoc documentation suggests leaving this blank. Although I still think it's nicer for third-party projects to put their own versions here (as many GNU utilities do, for example), it's a hassle in practice to maintain the version over time, and I'm not sure what to do about the date in that case. The version is passed to the mandoc command instead for generating the HTML man pages, so those are unchanged.
2025-01-18Serd 0.32.4v0.32.4David Robillard1-2/+2
2024-08-03Fix reading chunks from files without trailing newlinesDavid Robillard1-1/+2
2024-06-25Simplify 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.
2024-06-25Improve test suite coverageDavid Robillard1-1/+2
2024-06-25Fix rewriting special literals when datatype URIs are prefixed namesDavid Robillard1-1/+2
2024-06-25Fix overly permissive parsing of syntax names on the command lineDavid Robillard1-1/+2
2024-06-24Write blank lines between graphs and statements in TriGDavid Robillard1-1/+2
2024-06-23Gracefully 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