Skip to content

Releases: MrAsterisco/SortedList

1.4.0

05 Nov 11:46
Compare
Choose a tag to compare

This version is built with Kotlin 1.7.

Improvements

  • Updated to Kotlin 1.7.
  • Added iosSimulatorArm64 architecture.

1.3.0

09 Aug 11:46
Compare
Choose a tag to compare

The library is now built with Kotlin 1.5 and Gradle 7. It is also now published on GitHub Packages.

1.2.0

12 May 19:24
89c2c72
Compare
Choose a tag to compare

Added

  • Add equals and hashCode support.

Improved

  • Add unit tests around equality and hash codes.

1.1.0

12 May 18:42
f222eaa
Compare
Choose a tag to compare

Added

  • toSortedList() and toSortedMutableList are now available as extensions to List.

Improved

  • Add unit tests around conversions from lists.

1.0.0

12 May 15:53
Compare
Choose a tag to compare

This is the first release of SortedList.