Skip to content

Release v2.6.0 - #101

Merged
Smoren merged 38 commits into
masterfrom
dev
Jul 10, 2026
Merged

Smoren merged 38 commits into
masterfrom
dev

Conversation

@Smoren

@Smoren Smoren commented Jul 10, 2026 •

Copy link
Copy Markdown
Owner

New features

  • random
    • choice()
    • choiceAsync()
    • coinFlip()
    • coinFlipAsync()
    • rockPaperScissors()
    • rockPaperScissorsAsync()
  • transform
    • divide()
    • divideAsync()
  • Stream
    • divide()
    • ofCoinFlip()
    • ofRockPaperScissors()
  • AsyncStream
    • choice()
    • divide()
    • ofCoinFlip()
    • ofRockPaperScissors()

Fixes

  • Fix README bugs

DaBestCode and others added 30 commits September 6, 2025 13:05
Adds coinFlip/coinFlipAsync generators that yield 0 or 1 randomly,
with optional repetitions param (infinite if omitted). Also adds
Stream.ofCoinFlip() and AsyncStream.ofCoinFlip() factory methods.

Closes #77

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Smoren
Smoren merged commit 1b30f84 into master Jul 10, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants