Package detail

diff-match-patch-ts

rars148.2kMIT0.6.0

Port of diff-match-patch to TypeScript.

diff, match, patch

readme

diff-match-patch-ts

Node.js CI

A port of diff-match-patch (https://code.google.com/p/google-diff-match-patch/) to TypeScript.

Contributions welcome!

If you have a feature or improvement you would like to see included, please raise an issue or a PR and I will review.

License

See the LICENSE file for license rights and limitations.

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.0 (2024-06-17)

Features

  • diff-match-patch-ts: make opt_b and opt_c in patch_make optional arguments (98bbb2f)

0.5.1 (2024-04-17)

Bug Fixes

  • diff-match-patch-ts: use correct types declaration extension in package.json (dc9c9f6)

0.5.0 (2024-03-11)

Bug Fixes

  • diff-match-patch-ts: remove const from DiffOp enum (1393b8e)

0.4.0 (2024-03-10)

Bug Fixes

  • diff-match-patch-ts: update packaging for cleaner es/commonjs/umd split fixing issue with vite bundling (58190f4)

0.3.0 (2023-05-09)

Features

  • diff-match-patch-ts: change target to es6 (6e20c82)

0.2.0 (2018-01-01)

Features

  • diff-match-patch.class.ts: add diff_lineMode method (7b20252)