quill_delta 1.1.2 copy "quill_delta: ^1.1.2" to clipboard
quill_delta: ^1.1.2 copied to clipboard

outdated

Simple and expressive format for describing rich-text content created for Quill.js editor. This package is unofficial port to Dart from JavaScript.

1.1.2 #

  • Changed operation value type from dynamic to Object to allow better static analysis. If you get analyzer errors after this change you must add an explicit type cast on the operation value to the desired class.

1.1.1 #

  • Fix iterator for custom embed objects (#14)

1.1.0 #

  • Changed insert operations to allow inserting dynamic object values. (#13) Object values must be JSON-serializable.

1.0.2 #

  • Fix attributes comparison for operations when attributes have complex values (maps, lists).

1.0.1 #

  • Fixed assertion error for sequences of insert-delete-insert operations.

1.0.0 #

  • Added Delta.invert(), Delta.slice() and Delta.invertAttributes().

1.0.0-dev.4.0 #

  • Internal clean-up replacing hardcoded strings with constants.

1.0.0-dev.3.0 #

  • Updated dependency on quiver_hashcode.

1.0.0-dev.2.0 #

  • Prepare for Dart 2 stable.

1.0.0-dev.1.0 #

  • Initial release.
33
likes
0
pub points
87%
popularity

Publisher

unverified uploader

Simple and expressive format for describing rich-text content created for Quill.js editor. This package is unofficial port to Dart from JavaScript.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, quiver_hashcode

More

Packages that depend on quill_delta