Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ Please:

---

## JSON-LD 0.1.1.1 - Pull Request

* Enhanced `Get-JsonLD` web request options
* Added `-SkipCertificateCheck` passthrough to `Invoke-RestMethod`
* Added `-Authentication` passthrough to `Invoke-RestMethod`
* Added `-UserAgent` passthrough to `Invoke-RestMethod`
* Added `-Headers` passthrough to `Invoke-RestMethod`
* Added `-IgnoreCache` switch to bypass cached responses and force a fresh request
* Added `Write-Verbose`, `Write-Debug`, and `Write-Warning` output throughout for improved diagnostics
* Added error handling with `try/catch` around web requests and JSON parsing
* Fixed output formatting for direct JSON-LD API responses (true `application/ld+json` endpoints)
* `@graph` document responses now emit individual graph entities rather than the wrapper object
* Direct JSON-LD object and JSON-text responses are detected and processed without requiring HTML script-tag extraction

---

## JSON-LD 0.1.1

* Updating Examples (#13)
Expand Down
Loading