Skip to content

Releases: dchest/fossil-delta-js

v2.0.0

06 Apr 09:59
Compare
Choose a tag to compare

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.

v0.2.5

30 Sep 08:13
Compare
Choose a tag to compare

Performance improvements.

v0.2.4

26 Sep 19:15
Compare
Choose a tag to compare

Fixed creating incorrect deltas sometimes (a serious bug which caused data corruption by making deltas lose information).

v0.2.2

22 Sep 18:52
Compare
Choose a tag to compare

Remove unwanted file from NPM package.

v0.2.1

22 Sep 17:51
Compare
Choose a tag to compare

Minor fixes to NPM package.