quill_delta 1.1.0 quill_delta: ^1.1.0 copied to clipboard
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.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()
andDelta.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.