Releases: dchest/fossil-delta-js
Releases · dchest/fossil-delta-js
v2.0.0
Migration from v1.x.x
fossil-delta.js is now an ES module and there is no minified version included.
API renames:
create
->createDelta
apply
->applyDelta
outputSize
->getDeltaTargetSize
Important: createDelta
and applyDelta
now return the same type as the input (Uint8Array
if given Uint8Array
, Array
if given Array
), instead of always returning an Array
.
Types for TypeScript are now included.