Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: foreach method #84

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

BoBoBaSs84
Copy link
Owner

changes:

  • ForEach method with break condition added
  • unit test added
  • some small fixes
  • version bump to 2.1.0

closes #83

changes:
- `ForEach` method with break condition added
- unit test added
- some small fixes
- version bump to `2.1.0`

closes #83
@BoBoBaSs84 BoBoBaSs84 added feature New feature or request tests Improvements or additions to unit testing refactoring Improvements or additions to the code quality labels Feb 8, 2024
@BoBoBaSs84 BoBoBaSs84 self-assigned this Feb 8, 2024
@BoBoBaSs84 BoBoBaSs84 linked an issue Feb 8, 2024 that may be closed by this pull request
Copy link
Owner Author

@BoBoBaSs84 BoBoBaSs84 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@BoBoBaSs84 BoBoBaSs84 enabled auto-merge February 8, 2024 20:14
@BoBoBaSs84 BoBoBaSs84 merged commit 2142051 into main Feb 8, 2024
3 checks passed
@BoBoBaSs84 BoBoBaSs84 deleted the feature/foreach-method-with-break-condition branch February 8, 2024 20:16
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature New feature or request refactoring Improvements or additions to the code quality tests Improvements or additions to unit testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: ForEach method with break condition
1 participant