- ac902ff: Bubble up errors from Rust
- ae9d2ba: Set min engine version to Node 16.13.0
- 03d2616: Update to latest c2pa-rs version
- c64c520: Update Rust dependencies (c2pa-rs v0.31.2)
- 5b4f3fd: Add macOS build support
- 0decbdc: Update archive filename
- 638d6ff: Move packages out of devDependencies to fix postinstall
- 3ec22a2: Fix release action
- 66d27a0: Update publish workflow since release trigger wasn't getting called
- 6031ec7: Update release trigger
- 8526410: - Add precompiled binary support for Linux, macOS, and Windows
- Update c2pa-rs to 0.27.1
- 4c77546: fixes issue where we leave unsettled promises in the rust layer, which caused unhandled promise rejections in the js layer
- 38a239d: updates neon dependency from feature branch to commit hash
- 6b6dbe3: handles RemoteSigner function exceptions gracefully
- 5be4e7e: Move
chalk
to prod dependencies, updatesemver
- a767ef5: Skip building Rust if Rust toolchain is not found
- 3ab537f: Fix bug when loading test certs
- cfcef58: Fixed postinstall bug
- 6270742: Update types Download cert files for test signer automatically on postinstall
- 029c03e: Add pkg-dir as a regular dependency for the postinstall script
- 85d57f2: Don't check for presence of
C2PA_LIBRARY_PATH
onpostinstall
- aa9d977: Update c2pa-rs to 0.25.1 and add support for
C2PA_LIBRARY_PATH
- 558c9a1: Update c2pa-rs to 0.25.0, add ability to provide an ingredient hash
- bc880c5: Updated APIs to take a standard
asset
object as input that can represent both buffer and file assets
- e5efaaf: Update signing functions (
sign
is nowsignBuffer
andsignFile
), fix packaging
- 43b427c: Build the bindings file locally instead of publishing
- 0f54493: Add file support for adding ingredients and signing
- 8f4a321: Added C2PA types to exports
- f9c21f4: Add ability to specify a custom signer during the
sign
call
- 8531f09: Add
sign
,addIngredient
,signClaimBytes
andManifestBuilder
APIs