dart_quill_delta_simplify 10.8.8
dart_quill_delta_simplify: ^10.8.8 copied to clipboard
A Dart package designed to streamline the manipulation of Quill Delta, making complex operations straightforward
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased #
10.8.8 #
10.8.7 #
- Fix: removed
flutter_quilldependency for conflicts with major versions. - Chore(doc): updated some parts of code examples.
- Feat: support for get operations into a specified range using
getRange().
10.8.6 #
- Fix: diff matching by @CatHood0 in https://github.com/CatHood0/dart-quill-delta-simplify/pull/1
New Contributors #
- @CatHood0 made their first contribution in https://github.com/CatHood0/dart-quill-delta-simplify/pull/1
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