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

Feature: add OrderedListInterface#prepend #159

Merged
merged 1 commit into from
May 29, 2022

Conversation

boesing
Copy link
Owner

@boesing boesing commented May 29, 2022

This provides the ability of adding a value in front of the ordered list

fixes #119

@boesing boesing added the enhancement New feature or request label May 29, 2022
@boesing boesing added this to the 1.0.0 milestone May 29, 2022
This provides the ability of adding a value in front of the ordered list

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
@boesing boesing force-pushed the feature/orderedlist-prepend branch from 5d0cac4 to a8c980f Compare May 29, 2022 20:29
@boesing boesing merged commit 07dd20e into 1.0.x May 29, 2022
@boesing boesing deleted the feature/orderedlist-prepend branch May 29, 2022 20:30
@boesing boesing changed the title feature: add OrderedListInterface#prepend Feature: add OrderedListInterface#prepend May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OrderedListInterface#prepend to add elements in front of the list
1 participant