Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 615 Bytes

CHANGELOG.md

File metadata and controls

22 lines (12 loc) · 615 Bytes

Change Log

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.

[1.2.0] - 2024-06-12

  • Add filter function (#2)

    SectionedResults now has a filter function that returns a new SectionedResults object containing, in order, the elements that satisfy the given predicate.

[1.1.0] - 2024-05-09

  • Conform to Equatable (#1)

    SectionedResults now conforms to Equatable.

[1.0.0] - 2023-09-27

Initial release.