Releases: Workiva/fluri
1.2.7
Info
Build: https://ci.webfilings.com/build/1946615
Skynet Results: https://wf-skynet-hrd.appspot.com/results/smithy/1946615/latest
Pipeline: https://w-rmconsole.appspot.com/release/pipeline/5757000711667712/
This patch release includes the following changes:
Miscellaneous
- #80 CPLAT-4523 Drop Dart 1 support
- CPLAT-4523 [D2CU] fluri
Notes created on Saturday, October 19 04:37 PM UTC
1.2.6
Info
Build: https://ci.webfilings.com/build/1925169
Skynet Results: https://wf-skynet-hrd.appspot.com/results/smithy/1925169/latest
Pipeline: https://w-rmconsole.appspot.com/release/pipeline/5856956969648128/
This patch release includes the following changes:
New Features and Improvements
- #78 CPLAT-7482: Run unit tests with dart2js
- CPLAT-7482 Run fluri tests with dart2js
Miscellaneous
- #76 CPLAT-3300: CP Code Review and PR Merging Team agreement update
- CPLAT-3300 Update all CP repos with latest CONTRIBUTING/PR_TEMPLATE/etc. docs and Rosie configs from RFD
Notes created on Friday, October 04 04:09 PM UTC
1.2.5
1.2.4
Info
This patch release includes the following changes:
Miscellaneous
- #69 WP-5625 Add CODEOWNERS file
- WP-5625 Add CODEOWNERS file (fluri)
- #70 BUILDTOOLS-2329: Update Dockerfile to mirror smithy.yaml
- BUILDTOOLS-2329 Create migration prs for dart.
- #71 WP-6449 Dart 2 and DDC compatibility changes.
- WP-6449 Dart 2 and DDC compatibility changes.
- #72 WP-4648 Release fluri 1.2.4
- WP-4648 RELEASE fluri 1.2.4
Notes created on Thursday, April 12 04:59 PM UTC
1.2.3
This patch release includes the following changes:
Miscellaneous
- #65 WP-4489 - Resolve dart_dev deprecation
- WP-4489 Memory Audit: fluri
- #66 WP-4596 Update dependency ranges
- WP-4596 Update dependency ranges
- #67 WP-4424 Release fluri 1.2.3
- WP-4424 RELEASE fluri 1.2.3
Notes created on Wednesday, July 05 08:14 PM UTC
1.2.2
This patch release includes the following changes:
New Features and Improvements
- #63 WP-4420 Add recommended lint rules
- WP-4420 Add lints to fluri
Miscellaneous
- #61 WP-3657 : added docs.yml
- WP-3657 fluri missing docs.yml
- #64 WP-2927 Release fluri 1.2.2
- WP-2927 RELEASE fluri 1.2.2
- #60 CP-2928 Use individual username tags instead of group alias
- WP-2928 Use individual username tags instead of group alias
Notes created on Wednesday, June 14 04:08 AM UTC
1.2.1
November 8th, 2016
(view diff) | (view release PR)
1.2.0
November 7th, 2016
(view diff) | (view release PR)
-
#53 Feature: Support for multi-value parameters.
See the readme for usage examples.
-
#53 Dart SDK: In order to support multi-value parameters, the minimum required Dart SDK version is now 1.15.0 since that is when the
queryParametersAll
field was added to theUri
class. -
#52 Tech Debt: Fluri is not strong-mode compliant.
1.1.1
January 6th, 2016
(view diff) | (view release PR)
- #48 Bug Fix:
FluriMixin
now defaults to an empty URI whenuri
is set to null.
1.1.0
December 9th, 2015
(view diff) | (view release PR)
Features (#40)
-
appendToPath(String path)
- append a path literal to the current path. -
addPathSegment(String segment)
- add a single path segment to the current path. -
setQueryParam(String param, String value)
- set a single query parameter. -
Fluri.from(Fluri other)
- construct aFluri
instance from another. -
Fluri.fromUri(Uri uri)
- construct aFluri
instance from aUri
instance.