Releases: SPARQL-Anything/sparql.anything
Releases · SPARQL-Anything/sparql.anything
v0.3.0
New features:
- Added option add option: csv.null-string for treating empty strings as null (thanks to @justin2004). See d03c3bb d83627b
- Fully configurable HTTP client, supporting all HTTP methods, headers, etc... to call Web APIs. See #67
- HTML, added support for headless browser (thanks to @justin2004). See c3aa0e1
- New list functions: before, after, previous, next. See #78
v0.3.0-RC1
Sketching a release candidate from 0.3.0-SNAPSHOT artefacts.
New features:
- Added option add option: csv.null-string for treating empty strings as null (thanks to @justin2004). See d03c3bb d83627b
- Fully configurable HTTP client, supporting all HTTP methods, headers, etc... to call Web APIs. See #67
- HTML, added support for headless browser (thanks to @justin2004). See c3aa0e1
- New list functions: before, after, previous, next. See #78
v0.2.0
- Support for embedding content to triplify as triplification option argument (see #11)
- Support for split in text triplifier
- Fuseki integration released
- Triplification options as triples of the Service BGP
- Support for triplification of archives and file system folders
- Magic property fx:anySlot implemented
- Issues #52, #54, #55, and #61 addressed
- Various improvements, bugfixes and integration tests
v0.1.1
v0.1.0
v0.1.0-DEV-RC2
Removed README
v0.1.0-DEV-RC
Closing inputstream
v0.0.4
Several improvements:
- Redesigned SERVICE protocol, now x-sparql-anything:
- Replaced urn: namespaces with http://sparql.xyz/... ones
- Better support for named entities instead of bnodes for HTML and XML
- Added support for MS Excel spreadsheets!
- Minor fixes and improvements
v0.0.3
This new release introduces recent work on the CLI:
- parametrized queries via CLI option 'input'
- New supported file formats
- Customized output file name when using parameterized queries
- Support for preloading RDF data to be queried alongside (or without) the facade-x content.
v0.0.2
Core modules developed
Support for the following formats: "json", "html", "xml", "csv", "bin", "png","jpeg","jpg","bmp","tiff","tif", "ico", "txt"
Command-line interface available from the runnable jar sparql-anything-0.0.2.jar
Various improvements and bugfixes
Integration tests