Skip to content

Releases: OSLC/oslc-browser

0.2 Fix CORS & publish to Github Pages

12 Jul 20:07
2ab749f

Choose a tag to compare

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

12 Jul 16:36
0c4d915

Choose a tag to compare

build: add CI (#28)

* build: add CI

* build: some fallback