mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
Changeset: Migrate from smartOpAssembler()
to canonicalizeOps()
This commit is contained in:
parent
23e7809b4a
commit
d3d2090ca5
8 changed files with 162 additions and 164 deletions
|
@ -39,6 +39,8 @@
|
|||
* `opAssembler()`: Deprecated in favor of the new `serializeOps()` function.
|
||||
* `mergingOpAssembler()`: Deprecated in favor of the new `squashOps()`
|
||||
generator function (combined with `serializeOps()`).
|
||||
* `smartOpAssembler()`: Deprecated in favor of the new `canonicalizeOps()`
|
||||
generator function (combined with `serializeOps()`).
|
||||
* `appendATextToAssembler()`: Deprecated in favor of the new `opsFromAText()`
|
||||
generator function.
|
||||
* `newOp()`: Deprecated in favor of the new `Op` class.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue