Releases: MrAsterisco/SortedList
Releases · MrAsterisco/SortedList
1.4.0
1.3.0
The library is now built with Kotlin 1.5 and Gradle 7. It is also now published on GitHub Packages.
1.2.0
Added
- Add
equals
andhashCode
support.
Improved
- Add unit tests around equality and hash codes.
1.1.0
Added
toSortedList()
andtoSortedMutableList
are now available as extensions toList
.
Improved
- Add unit tests around conversions from lists.
1.0.0
This is the first release of SortedList.