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 d89d9f6 commit d67710dCopy full SHA for d67710d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 7.0.0
2
+
3
+- Introduce new `PriorityOrderedSet` class and reorganize the package structure.
4
5
## 6.1.1
6
7
- Fix bug if inner sub set is empty causing null pointer exception.
pubspec.yaml
@@ -1,11 +1,15 @@
name: ordered_set
description: A simple implementation of an Ordered Set for Dart that allows multiple items with the same priority.
-version: 6.1.1
+version: 7.0.0
homepage: https://github.com/bluefireteam/ordered_set
funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
8
- https://patreon.com/bluefireoss
9
+topics:
10
+ - data-structures
11
+ - collections
12
+ - ordered-set
13
14
environment:
15
sdk: '>=3.4.0 <4.0.0'
0 commit comments