iri 0.2.0
iri: ^0.2.0 copied to clipboard
A Dart implementation of RFC3987 - Internationalized Resource Identifiers (IRIs)
0.2.0 #
- Complete package rewrite that is now implemented as a wrapper around the native
Uriclass. - Automatic Punycode conversion for hostnames in
toUri(). - Unicode-aware component accessors (host, path, query, fragment, userInfo).
- Support for standard constructors:
Iri(),Iri.http(),Iri.https(),Iri.file(). - Static methods
Iri.parse()andIri.tryParse(). - Immutable design with
@immutableand equality support.
0.1.1 #
- Minor fixes in documentation
0.1.0 #
- Initial version.