bluesky_text 0.4.2
bluesky_text: ^0.4.2 copied to clipboard
Provides the easiest and most powerful way to analyze the text on Bluesky Social.
Release Note #
0.4.2 #
- Upgraded
xrpcpackage. Fixed field names for rate limit.
0.4.1 #
- Fixed a bug in which URLs were not detected in specific cases.
0.4.0 #
- Improved algos for
.handles,links, and.entitiesbased on official RichText..handles- The value set to
.valueinEntityno longer contains@ - Domain is now validated based on ICANN TLDs
- The value set to
.links- Links with
http|httpsprefixes omitted are now also detected (such asbsky.app) - Domain is now validated based on ICANN TLDs
- Links with
0.3.2 #
- Fixed a bug that caused a range error if a string shorter than the search symbol (like
https://) existed. (#734)
0.3.0 #
- Drop support for null unsafe Dart, bump SDK constraint to '^3.0.0'. (#599)
- Dart3 modifier applied.
0.2.6 #
- Changed the dependency of the communication process from
atprototoxrpc. (#574) - Added
ignoreInvalidHandleoption totoFacetsinEntitiesandtoFacetinEntity. This flag controls the behavior when the handle is invalid. If true, no exception is thrown if an invalid handle is passed, and the process of creating a facet of the invalid handle is skipped; if false, anInvlidRequestExceptionis thrown if an invalid handle is passed.
0.2.2 #
- Upgraded dependencies.
0.2.1 #
- Added
getCustomEntitiesmethod. You can easily generate original facets, etc. by extracting entities from the text that are not officially provided. (#419)
0.1.1 #
- Fixed
toFacetandtoFacetsto exclude invalid handles from the result when they are called. (#354)
0.1.0 #
- Added some utilities. And changed return object from
handles,linksandentitiestoEntities. (#347)isHandleinEntityisLinkinEntityisLinkinEntityEntitiesobject, and you can easily get facet collection by usingtoFacets
- The following characters have been added as entity terminators. (#352)
\n\n\r- full-width space
0.0.1 #
- First Release!