dart_quill_delta_simplify 10.8.5
dart_quill_delta_simplify: ^10.8.5 copied to clipboard
A Dart package designed to streamline the manipulation of Quill Delta, making complex operations straightforward
10.8.5 #
- Fix: missing
predicateparam on match methods forDeltaExt - Fix: is we insert a list of operations at last, them are not inserted as expected
- Fix: bad url to documentation
- Fix: typo in documentation about
ObjectToOperationextension - Chore(doc): added extras documentation
- Chore(doc): update outdated documentation
- Chore(doc): fix contributing guide
- Chore: added an alternative checking to avoid unexpected behavior in
simpleInsert
10.8.4 #
- Fix(test): renamed
insertionparam toreplace - Fix:
insertAtLastOperationdidn't work as expected - Fix: added some checks to avoid add or remove unnecessary newlines with
InsertCondition - Chore: removed assert that checks if the
Deltais not empty - Chore: added checks to avoid unexpected behaviors with
simpleInsert - Feat: added
predicatefunction tomatchmethods - Feat: added
getAllEmbedsandgetFirstEmbedtoQueryDeltaand Deltaclasses
10.8.3 #
- First version