Releases: gbv/cocoda-sdk
Releases · gbv/cocoda-sdk
cocoda-sdk v1.0.14
browser
field was removed from package.json.- Before, the full distribution under
dist/
was used even when the code was bundled again. This caused duplication of bundled dependencies. - Instead, the main entrypoint
index.js
is now used when cocoda-sdk is installed via npm. - No changes regarding browser bundles, except an adjusted list of target browsers.
- Before, the full distribution under
- Updated dependencies.
cocoda-sdk v1.0.13
- Experimental integration of access to concept schemes and concepts via the Library of Congress Linked Data Service. (#32)
- Currently only supports LCSH and LCNAF.
- CocodaSDK class (
cdk
) now has a propertyproviders
. - Updated dependencies.
cocoda-sdk v1.0.12
- Updated dependencies.
cocoda-sdk v1.0.11
- Fixed a bug in LabelSearchSuggestionProvider where the wrong language for labels was used.
- Updated dependencies.
cocoda-sdk v1.0.10
- Small adjustment to error handling (which itself could cause an error in certain situations).
cocoda-sdk v1.0.9
- Fixed small issue with
vocSearch
andvocSuggest
.
cocoda-sdk v1.0.8
- Updated dependencies.
cocoda-sdk v1.0.7
cocoda-sdk v1.0.6
- SkosmosApi: Fix issue where conversion to JSKOS could fail. (v1.0.5)
- Fix release workflow. (v1.0.6)
cocoda-sdk v1.0.4
- SkosmosApi: Fix issue with getAncestors where labels got lost.