Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@miampf miampf released this 30 Nov 11:59
· 3 commits to main since this release
a323ccb

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 to progress.

Full Changelog: v1.1.3...v1.2.0