- CI tweaks.
- Add a
skynet.yamlfile.
- Update references to the archived slack room #support-client-plat
- Fix wildcard to include branch names with slashes
- Widen Dependency Ranges Blocking Dart 2.13
- Delete docs.yml file created for Dev Portal.
- Stable null safe release.
- Add a
removeQueryParam()method.
- Readme updates.
- Readme updates.
- Drop Dart 1 support.
- Improvement: Dart 2 compatible! CI now runs on Dart 2 stable and Dart 1.
-
Improvement: Initial Dart 2 and DDC compatibility changes.
-
Documentation: Add a
CODEOWNERSfile.
- Tech Debt: Update some dependency ranges for DDC compatibility.
- Tech Debt: Add and address lints.
-
Bug Fix: Calling
.appendToPath()will check for and prevent double slashes when joining the current path with the additional path. -
Documentation: Add GitHub Issue and Pull Request templates.
-
Feature: Support for multi-value parameters.
-
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
queryParametersAllfield was added to theUriclass.
- Bug Fix:
FluriMixinnow defaults to an empty URI whenuriis set to null.
New Features:
appendToPath(path)- append a path literal to the current path.addPathSegment(segment)- add a single path segment to the current path.setQueryParam(param, value)- set a single query parameter.Fluri.from(other)- construct aFluriinstance from another.Fluri.fromUri(uri)- construct aFluriinstance from aUriinstance.
No source changes in this release.
- Add code coverage reporting.
- Minor fixes and improvements to the readme.
- Code formatting improvements thanks to
dartfmt.
- Initial version of Fluri: a fluent URI library for Dart built to make URI mutation easy.