Skip to content

1.0.0-beta.3

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 06:41
· 1057 commits to main since this release

breaking

  • Some normalizers method normalizeIter() was reworked to normalizeRepository()
  • Most Repository models' static method compareItems() was reworked to non-static method sorted()

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