Changeset: Move SmartOpAssembler.appendOpWithText() to a standalone function

This commit is contained in:
Richard Hansen 2021-10-13 00:19:09 -04:00
parent eae814f5a0
commit a65498e849
2 changed files with 47 additions and 21 deletions

View file

@ -43,6 +43,9 @@
* Changes to the `src/static/js/Changeset.js` library:
* `opIterator()`: The unused start index parameter has been removed, as has
the unused `lastIndex()` method on the returned object.
* `smartOpAssembler()`: The returned object's `appendOpWithText()` method is
deprecated without a replacement available to plugins (if you need one,
let us know and we can make the private `opsFromText()` function public).
* Several functions that should have never been public are no longer
exported: `applyZip()`, `assert()`, `clearOp()`, `cloneOp()`, `copyOp()`,
`error()`, `followAttributes()`, `opString()`, `stringOp()`,