Releases: contentauth/c2pa-js
Releases · contentauth/c2pa-js
@contentauth/c2pa-web@0.5.5
Patch Changes
- 827bd7e: add settings required for compliance signing
@contentauth/c2pa-web@0.5.4
@contentauth/c2pa-wasm@0.4.2
Patch Changes
- 4f76072: Add Builder method to add ingredient json only
@contentauth/c2pa-web@0.5.3
@contentauth/c2pa-wasm@0.4.1
Patch Changes
- c7ec557: Fix broken type
@contentauth/c2pa-web@0.5.2
Patch Changes
- Updated dependencies [3fac969]
- @contentauth/c2pa-types@0.4.1
@contentauth/c2pa-types@0.4.1
Patch Changes
- 3fac969: Fix missing types
@contentauth/c2pa-web@0.5.1
Patch Changes
- cc6049c: Allow trust resources to be specified as a URL in settings, to be fetched on SDK initialization.
@contentauth/c2pa-web@0.5.0
Minor Changes
- 88b9dfd: Update c2pa-rs to 0.71
Trust verification now on by default (can be disabled via settings)
CAWG validation now occurs for all Reader methods
CAWG validation now includes a network call to verify DID credential state
Added builder.new()
Added builder.toArchve() & builder.fromArchive()
Added builder.setIntent()
Added builder.addAction()
Made binary data return types consistent: Uint8Array
Renamed reader.resourceToBuffer() to reader.resourceToBytes()
Fixed bug where reader.fromBlobFragment would throw an error when reading an initial fragment without c2pa data
Patch Changes
@contentauth/c2pa-wasm@0.4.0
Minor Changes
- 88b9dfd: Update c2pa-rs to 0.71
Trust verification now on by default (can be disabled via settings)
CAWG validation now occurs for all Reader methods
CAWG validation now includes a network call to verify DID credential state
Added builder.new()
Added builder.toArchve() & builder.fromArchive()
Added builder.setIntent()
Added builder.addAction()
Made binary data return types consistent: Uint8Array
Renamed reader.resourceToBuffer() to reader.resourceToBytes()
Fixed bug where reader.fromBlobFragment would throw an error when reading an initial fragment without c2pa data