Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

41 lines (21 loc) · 1.86 KB

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)