You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JsonLdMulti - Remove requirement for 2 items (#276)
* Bug - JsonLdMulti - Remove requirement for 2 items
Issue #275
* JsonLdMulti - Add unit test for single record output
Implementing unit test for single record output
Fix JsonLd default url (#261)
* Fix JsonLd default url
The docs state that when providing `null` as the default JsonLd URL `URL::current()` is used. But actually `URL::full()` was used.