cocoda-sdk v2.0.0
- cocoda-sdk is now a native ES module!
- This is a breaking change because it changed how the package is exported. Refer to this section in the README for more information.
- By default, only
ConceptApiProvider
andMappingsApiProvider
are activated to allow tree-shaking of unused providers. However, it is easy to add additional providers, for example:import { cdk, LocApiProvider } from "cocoda-sdk"; cdk.addProvider(LocApiProvider)
. The browser bundle contains all providers by default.
- Improved Skosmos integration. (#27)
Note: The documentation under https://gbv.github.io/cocoda-sdk/ is currently broken due to the code restructuring. We will fix this soon!