DEPRECATIONS
This release deprecates progress.map_iterator
, progress.map2_iterator
and progress.each_iterator
in favor of the new *_yielder
functions. While the *_iterator
functions are still available THEY WILL BE REMOVED IN THE NEXT RELEASE, LATEST AT THE BEGINNING OF NEXT YEAR! Please migrate your existing codebase, it should be as easy as replacing the old functions with the new ones as well as switching over to gleam/yielder
.
What's Changed
- fix: more deprecation warnings for Gleam stdlib by @GearsDatapacks in #29
- This also adds the
*_yielder
functions toprogress
.
- This also adds the
Full Changelog: v1.1.3...v1.2.0