v0.6.0
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 theitkit
package. For example, acquisition of Iterators are located in theiters
sub-directory now and processing of Iterators are available in theitlib
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
andmapit.To
family of functions to process Go maps.
That's it! And thank you very much for your continued patronage.