mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 05:39:12 -04:00
Changeset: Migrate from mergingOpAssembler()
to squashOps()
This commit is contained in:
parent
daa6b9074a
commit
2448fb8e41
4 changed files with 63 additions and 58 deletions
|
@ -37,6 +37,8 @@
|
|||
* `opIterator()`: Deprecated in favor of the new `deserializeOps()` generator
|
||||
function.
|
||||
* `opAssembler()`: Deprecated in favor of the new `serializeOps()` function.
|
||||
* `mergingOpAssembler()`: Deprecated in favor of the new `squashOps()`
|
||||
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