Releases: Albert221/sorted
Releases · Albert221/sorted
v2.1.0
- Add SortingStrategy which allows for customizing the sorting algorithm.
- Add DefaultSortingStrategy, which uses Dart's default (unstable) sorting method.
- Add MergeSortingStrategy, which uses merge sort, a stable sorting algorithm.
v2.0.0+1
- Replace image with snippet in README.
v2.0.0
- BREAKING Migrate to null-safety.
- BREAKING Bump Dart requirement to 2.12.
v1.1.0
- Fix original list being mutated.
- Expand the sorted extension method to work on
Iterable<T>
instead of List<T>
.
v1.0.0+1
Add ignore files step to Publish workflow
First release
v1.0.0
Replace dart with pub in publish action