All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
-
Add
filter
function (#2)SectionedResults
now has afilter
function that returns a newSectionedResults
object containing, in order, the elements that satisfy the given predicate.
-
Conform to
Equatable
(#1)SectionedResults
now conforms toEquatable
.
Initial release.