fluri 2.0.6
fluri: ^2.0.6 copied to clipboard
Fluri is a fluent URI library built to make URI mutation easy.
Changelog #
2.0.6 #
- CI tweaks.
2.0.5 #
- Add a
skynet.yamlfile.
2.0.4 #
- Update references to the archived slack room #support-client-plat
2.0.3 #
- Fix wildcard to include branch names with slashes
2.0.2 #
- Widen Dependency Ranges Blocking Dart 2.13
2.0.1 #
- Delete docs.yml file created for Dev Portal.
2.0.0 #
- Stable null safe release.
1.3.0 #
- Add a
removeQueryParam()method.
1.2.8 #
- Readme updates.
1.2.7 #
- Readme updates.
1.2.6 #
- Drop Dart 1 support.
1.2.5 #
- Improvement: Dart 2 compatible! CI now runs on Dart 2 stable and Dart 1.
1.2.4 #
-
Improvement: Initial Dart 2 and DDC compatibility changes.
-
Documentation: Add a
CODEOWNERSfile.
1.2.3 #
- Tech Debt: Update some dependency ranges for DDC compatibility.
1.2.2 #
- Tech Debt: Add and address lints.
1.2.1 #
-
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.
1.2.0 #
-
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.
1.1.1 #
- Bug Fix:
FluriMixinnow defaults to an empty URI whenuriis set to null.
1.1.0 #
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.
1.0.1 #
No source changes in this release.
- Add code coverage reporting.
- Minor fixes and improvements to the readme.
- Code formatting improvements thanks to
dartfmt.
1.0.0 #
- Initial version of Fluri: a fluent URI library for Dart built to make URI mutation easy.