dart_quill_delta_simplify 10.8.4
dart_quill_delta_simplify: ^10.8.4 copied to clipboard
A Dart package designed to streamline the manipulation of Quill Delta, making complex operations straightforward
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