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

Allow for modification of certain components #70

Merged
merged 1 commit into from Apr 10, 2020
Merged

Conversation

sigmavirus24
Copy link
Collaborator

When using the URIBulider, it's plausible that one would want to use a
base URI and then modify components like the path and query string
without replacing them wholesale. Let's add two methods for that as well
as a convenience method to replace the .finalize().unsplit() dance.

This updates our docs to be a bit friendlier and adds release notes for
this change.

Closes #29

When using the URIBulider, it's plausible that one would want to use a
base URI and then modify components like the path and query string
without replacing them wholesale. Let's add two methods for that as well
as a convenience method to replace the `.finalize().unsplit()` dance.

This updates our docs to be a bit friendlier and adds release notes for
this change.

Closes #29
@sigmavirus24 sigmavirus24 merged commit 924c751 into master Apr 10, 2020
@sigmavirus24 sigmavirus24 deleted the improve-builder branch April 10, 2020 15:07
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.

Allow for methods to *extend* components instead of replacing them
1 participant