From 141f86aff1a65c14a25a6b59d76a4a23781c5d91 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sun, 17 Nov 2024 12:41:08 +0300 Subject: [PATCH] docs(readme): remove future plans --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7667568..7efc863 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,6 @@ This package provides a Dart implementation of the [Quill Delta](https://www.npm Previously, this package was part of the [flutter_quill](https://pub.dev/packages/flutter_quill) package, but it has since been separated into its own package. It maintains the same versioning as `flutter_quill`. The [Flutter Quill](http://github.com/singerdmx/flutter-quill) project forked this package from [quill_delta](https://pub.dev/packages/quill_delta). -## ⚠️ Future Plans - -While this package is currently stable and does not have any significant issues, there have been discussions about introducing a **breaking change** release. This would enhance type safety and enforce the use of standard Quill Delta attributes, unless custom attributes are explicitly included. Currently, we have no plans to implement this change, but if introduced, it may be released as a separate package. - ## 🛠️ Supported Projects The following projects support or use this package: @@ -31,5 +27,5 @@ For detailed usage and API references, refer to the official [Quill Delta docume ## 📜 Acknowledgments -* The original package [quill_delta](https://pub.dev/packages/quill_delta) -* [Delta Delta](https://github.com/slab/delta) \ No newline at end of file +* The original package [quill_delta](https://pub.dev/packages/quill_delta). +* [Delta Delta](https://github.com/slab/delta). \ No newline at end of file