We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d451b81 commit fbd14fdCopy full SHA for fbd14fd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 8.0.0
2
+
3
+- Introduce new `ReadOnlyOrderedSet` super-interface
4
5
## 7.0.0
6
7
- Introduce new `PriorityOrderedSet` class and reorganize the package structure.
pubspec.yaml
@@ -1,6 +1,6 @@
name: ordered_set
description: A simple implementation of an Ordered Set for Dart that allows multiple items with the same priority.
-version: 7.0.0
+version: 8.0.0
homepage: https://github.com/bluefireteam/ordered_set
funding:
- https://opencollective.com/blue-fire
0 commit comments