Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 2.26 KB

File metadata and controls

51 lines (26 loc) · 2.26 KB

Changelog

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

0.8.0 (2025-12-01)

Refactoring

  • diff-match-patch-ts: use strict tsconfig setting (f948143)

0.7.0 (2025-11-04)

  • Maintenance release updating dependencies.

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)