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

Update version #66

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Conversation

yancyribbens
Copy link
Collaborator

This PR contains a number of cleanup commits, and also a minor API bug found while running prop tests. If zero is passed as the target amount, the API returns an empty vec, however as it's currently documented, it should return None on no match found.

If no results are found, the API as documented returns None.  However,
if a target amount of zero is passed, the API returned an empty vec
wrapped in an Option type.  This commit changes the behavior of a target
amount of zero to return None in keeping with the API as documented.
@yancyribbens yancyribbens changed the title Update api Update version Oct 18, 2024
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.

1 participant