mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-02-02 00:07:33 +00:00
* Migrate to diff-match-patch-es & update api * Update acknowledgements * Update change notes * Fix editcost attribute not working * Make library compatible with ES2017
11 lines
487 B
Plaintext
11 lines
487 B
Plaintext
title: $:/changenotes/5.4.0/#9511/impacts/api
|
|
changenote: $:/changenotes/5.4.0/#9511
|
|
created: 20251220010540143
|
|
modified: 20251220010540143
|
|
tags: $:/tags/ImpactNote
|
|
description: The diff-match-patch-es library uses different APIs
|
|
impact-type: compatibility-break
|
|
|
|
* Default export and the class constructor has been removed
|
|
* Function name has been unified to camelCase
|
|
* Previous options like Diff_Timeout and Diff_EditCost are now passed as an options object in the arguments if needed |