Skip to content

v0.6.0

Compare
Choose a tag to compare
@0x5a17ed 0x5a17ed released this 30 Oct 12:22
· 44 commits to main since this release

This project follows the semver rules of versioning. The major zero version is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.

This release introduces some breaking changes with the previous release.

Breaking

  • The itkit package was broken down into multiple smaller packages with the long-term goal to improve the readability of the documentation available on pkg.go.dev. Types and Functions were grouped by their purpose within the itkit package. For example, acquisition of Iterators are located in the iters sub-directory now and processing of Iterators are available in the itlib package.
  • Functions were renamed to make use of the package name the functions reside in and reduce stuttering.

Added

  • Added Zip function for combining the output from two iterators into one.
  • Added mapit.In and mapit.To family of functions to process Go maps.

That's it! And thank you very much for your continued patronage.