All notable changes to this project will be documented in this file, which follows the conventions of keepachangelog.com. This project adheres to Semantic Versioning.
...
2.1.0 - 2022-11-05
- Update many dependencies to latest versions.
- Remove a workaround for an older Cloverage bug. #5
2.0.0 - 2021-03-24
This is release changes how sets and maps are ranked, which is why it's getting a new major version. If you rely on the ordering produced by earlier versions, you should evaluate how the changes will impact you.
- Sets are sorted recursively using
rank
before being compared. #4
- Maps are first ordered by cardinality, then by element, matching sets. #2
1.2.1 - 2020-07-23
- Sort same-sized sets before comparing their elements.
1.2.0 - 2019-03-16
- Various minor performance optimizations.
1.1.1 - 2017-11-04
- Migrate from TravisCI to CircleCI.
1.1.0 - 2016-03-09
- Migrate to cross-compiled
cljc
code to support ClojureScript usage.
Initial project release.