[go: up one dir, main page]

at_uri 1.0.3 copy "at_uri: ^1.0.3" to clipboard
at_uri: ^1.0.3 copied to clipboard

discontinuedreplaced by: at_primitives

Core library for parsing AT URI in the AT Protocol standard.

Release Note #

1.0.3 #

  • DEPRECATED: This package has been deprecated. All functionality has been moved to the at_primitives package. Please migrate to at_primitives for future updates and support.

1.0.2 #

  • Fix SDK constraint to '">=3.8.0 <4.0.0"'.

1.0.1 #

  • chore: optimized docs.

1.0.0 #

  • Bump SDK constraint to '^3.8.0'.

0.4.0 #

  • Change the type .collection property from String to NSID. You need to do .collection.toString() when you want a string of collection. (#1551)

0.3.2 #

  • Merge AT URI regex. (#1300)

0.3.1 #

  • Bump SDK constraint to '^3.3.0'.

0.3.0 #

  • Added a default constructor that allows const to be specified. Instances created with this default constructor do not parse the given URI in advance, but parse it as needed. (#1159)

0.2.3 #

0.2.2 #

  • Override == and hashCode. (#797)

0.2.1 #

  • Improved documents. (#677)

0.2.0 #

  • Drop support for null unsafe Dart, bump SDK constraint to '^3.0.0'. (#599)
  • Dart3 modifier applied.

0.1.1 #

  • Added homepage in pubspec.yaml. (#549)

0.1.0 #

  • Updated SDK to ">=2.17.0 <4.0.0". (#406)

0.0.3 #

  • Fixed bug in toString of AtUri. (#149)

0.0.2 #

  • Fixed brand logo.

0.0.1 #

  • First Release.
  • Added ensureValidAtUri and InvalidAtUriError. (#140)
1
likes
140
points
3.62k
downloads

Publisher

verified publisheratprotodart.com

Weekly Downloads

Core library for parsing AT URI in the AT Protocol standard.

Topics

#atproto #bluesky #uri #util

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

at_identifier, nsid

More

Packages that depend on at_uri