Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Oct 09:19
· 37 commits to main since this release
0f0a12c

6.0.0 (2020-10-26)

Features

  • async: add is_async (9996fc1)
  • error: add error module (134ff32)
  • fn: add is_fn (587d44f)
  • iter: add new functions, make existing consistent (e2315d9)
  • iter: upgrade to latest fink with support for stable iterables (dc9313e)
  • iterables: add start, step args to range, allow is_empty on infinite iterables (f8f9f14)
  • iterables: make zip stateless (8fdbc66)

BREAKING CHANGES

  • iter: iterables are now stateless, i.e. can be re-iterated and safely passed around
  • iter: func interfaces more consistent and easier to work with in pipes; repeat is now limitited to n repititions (use cycle for infinite repititions)