-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from Workiva/removeQueryParam
CPLAT-11688: Add a `removeQueryParam` method.
- Loading branch information
Showing
9 changed files
with
60 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changelog | ||
|
||
## 1.3.0 | ||
|
||
- Add a `removeQueryParam()` method. | ||
|
||
## 1.2.8 | ||
|
||
- Readme updates. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM google/dart:2.5 | ||
FROM google/dart:2 | ||
WORKDIR /build/ | ||
ADD pubspec.yaml . | ||
RUN pub get --no-precompile | ||
RUN pub get | ||
FROM scratch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
name: fluri | ||
version: 1.2.8 | ||
version: 1.3.0 | ||
description: Fluri is a fluent URI library built to make URI mutation easy. | ||
authors: | ||
- Workiva Client Platform Team <[email protected]> | ||
- Dustin Lessard <[email protected]> | ||
- Evan Weible <[email protected]> | ||
- Jay Udey <[email protected]> | ||
- Max Peterson <[email protected]> | ||
- Trent Grover <[email protected]> | ||
homepage: https://github.com/Workiva/fluri | ||
environment: | ||
sdk: ">=2.2.0 <3.0.0" | ||
sdk: ">=2.3.0 <3.0.0" | ||
dev_dependencies: | ||
dependency_validator: ^1.4.0 | ||
test: ^1.9.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters