Skip to content

v1.5.0

Choose a tag to compare

@nekitbot nekitbot released this 04 Jun 16:31
· 6 commits to main since this release

1.5.0 (2024-06-04)

Features

  • Added PartialCompare[T], which acts similarly to Compare,
    except it allows for comparing against defined T.
    (#44)

Fixes

  • Fixed the != operator implementation of Compare.
    (#44)