fluri 1.1.0 fluri: ^1.1.0 copied to clipboard
Fluri is a fluent URI library built to make URI mutation easy.
Changelog #
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 aFluri
instance from another.Fluri.fromUri(uri)
- construct aFluri
instance from aUri
instance.
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.