dart_quill_delta_simplify 10.9.0
dart_quill_delta_simplify: ^10.9.0 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 #
10.8.6 #
Fixed #
- 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 #
Added #
- Extras documentation.
- Alternative checking to avoid unexpected behavior in
simpleInsert.
Changed #
- Update outdated documentation.
Fixed #
- Contributing guide.
Fixed #
- Missing
predicateparam on match methods forDeltaExt. - If we insert a list of operations at last, them are not inserted as expected.
- Bad url to documentation.
- Typo in documentation about
ObjectToOperationextension.
10.8.4 #
Added #
predicatefunction tomatchmethods.getAllEmbedsandgetFirstEmbedtoQueryDeltaand Deltaclasses.- Checks to avoid unexpected behaviors with
simpleInsert. - Checks to avoid add or remove unnecessary newlines with
InsertCondition.
Changed #
- Removed assert that checks if the
Deltais not empty.
Fixed #
- Renamed
insertionparam toreplacein tests. insertAtLastOperationdidn't work as expected.
10.8.3 #
- First version