1.0.0-beta.3
·
1057 commits
to main
since this release
breaking
- Some normalizers method
normalizeIter()
was reworked tonormalizeRepository()
- Most
Repository
models' static methodcompareItems()
was reworked to non-static methodsorted()
Motivation: comparing items was never intended to be a feature of a Repository
, but a helper to get a sorted list. This behavior was fixed up.
see #66