dart_quill_delta_simplify 10.9.0 copy "dart_quill_delta_simplify: ^10.9.0" to clipboard
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.9.0 #

Added #

  • contains method to check if a part of text or an embed exist #4.

10.8.8 #

Added #

  • replaceAllMapped to allow create operations dynamically based on the matched Operation #3.

Fixed #

  • Bad behavior of insert() method #2.

10.8.7 #

Added #

  • Support for get operations into a specified range using getRange().

Changed #

  • Updated some parts of code examples documentation.

Fixed #

  • Removed flutter_quill dependency for conflicts with major versions.

10.8.6 #

Fixed #

New Contributors #

10.8.5 #

Added #

  • Extras documentation.
  • Alternative checking to avoid unexpected behavior in simpleInsert.

Changed #

  • Update outdated documentation.

Fixed #

  • Contributing guide.

Fixed #

  • Missing predicate param on match methods for DeltaExt.
  • If we insert a list of operations at last, them are not inserted as expected.
  • Bad url to documentation.
  • Typo in documentation about ObjectToOperation extension.

10.8.4 #

Added #

  • predicate function to match methods.
  • getAllEmbeds and getFirstEmbed to QueryDelta and Delta classes.
  • Checks to avoid unexpected behaviors with simpleInsert.
  • Checks to avoid add or remove unnecessary newlines with InsertCondition.

Changed #

  • Removed assert that checks if the Delta is not empty.

Fixed #

  • Renamed insertion param to replace in tests.
  • insertAtLastOperation didn't work as expected.

10.8.3 #

  • First version
1
likes
140
points
75
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package designed to streamline the manipulation of Quill Delta, making complex operations straightforward

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter-quill #quill-delta #delta #quill

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

collection, dart_quill_delta, meta, uuid

More

Packages that depend on dart_quill_delta_simplify