Releases: OSLC/oslc-browser
Releases · OSLC/oslc-browser
0.2 Fix CORS & publish to Github Pages
Fix authenticated CORS requests (#36) * refactor: switch from the deprecated request package to std fetch() * fix: add some heuristics for RDF fetching - non-localhost URIs get upgraded to HTTPS - CORS failing requests get retried with a CORS proxy without credentials - requests URIs ending with .ttl are parsed as Turtle not RDF/XML * fix: update OSLC links Signed-off-by: Andrew Berezovskyi <[email protected]>
0.1 - Initial release
build: add CI (#28) * build: add CI * build: some fallback