Skip to content

Releases: Albert221/sorted

v2.1.0

29 Jun 11:39
ad1474e
Compare
Choose a tag to compare
  • 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

23 Oct 22:06
ea1f661
Compare
Choose a tag to compare
  • Replace image with snippet in README.

v2.0.0

09 Mar 18:05
190fb86
Compare
Choose a tag to compare
  • BREAKING Migrate to null-safety.
  • BREAKING Bump Dart requirement to 2.12.

v1.1.0

01 Dec 19:14
Compare
Choose a tag to compare
  • Fix original list being mutated.
  • Expand the sorted extension method to work on Iterable<T> instead of List<T>.

v1.0.0+1

23 Oct 19:57
Compare
Choose a tag to compare
Add ignore files step to Publish workflow

First release

23 Oct 19:31
Compare
Choose a tag to compare
v1.0.0

Replace dart with pub in publish action