Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add StreamExt::take_until. #103

Merged
merged 6 commits into from
May 28, 2024
Merged

feat: add StreamExt::take_until. #103

merged 6 commits into from
May 28, 2024

Commits on May 27, 2024

  1. feat: add StreamExt::take_until.

    This commit migrates `Stream::take_until` from futures into futures-lite, with little modification.
    version are updated, as well.
    zhulin.zzz committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b67c2f6 View commit details
    Browse the repository at this point in the history
  2. feat: add StreamExt::take_until. see issue #99

    This commit migrates `Stream::take_until` from futures into futures-lite with little modification.
    version are also updated.
    zhulin.zzz committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9fe3975 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/dev' into dev

    # Conflicts:
    #	src/stream.rs
    zhulin.zzz committed May 27, 2024
    Configuration menu
    Copy the full SHA
    4eaba2a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. fixup!: revert version bump, CHANGELOG and move take_until out of `…

    …StreamExt` trait.
    zhulin.zzz committed May 28, 2024
    Configuration menu
    Copy the full SHA
    956b980 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: John Nunley <[email protected]>
    LebranceBW and notgull authored May 28, 2024
    Configuration menu
    Copy the full SHA
    c57918b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9619cf View commit details
    Browse the repository at this point in the history