bluesky 0.4.5
bluesky: ^0.4.5 copied to clipboard
The easiest and powerful Dart/Flutter library for Bluesky Social.
Release Note #
0.4.5 #
- Added
unknownfields for union types. The AT Protocol allows some endpoints to create records of types not officially supported. In such cases, theunknownfield is used to store the raw JSON for a safe and user-choice implementation. (#350)
0.4.4 #
- Upgraded
atprotopackage. - Added
recordfield inNotificationobject.
0.4.2 #
0.4.1 #
0.4.0 #
0.3.8 #
- Added
protocoloption. Defaults toHTTPS. (#269) - Fixed bugs of
mediafield inEmbedRecordWithMediaandEmbedViewRecordWithMedia. (#282) - Added
atprotoservices. You can access the functionality of theatprotopackage from theblueskypackage without having to use theatprotopackage directly.IdentitiesServiceServersServiceRepositoriesServiceModerationService
0.3.7 #
- Fixed type of
facet_linkfromapp.bsky.richtext.facet#mentiontoapp.bsky.richtext.facet#link.
0.3.6 #
0.3.2 #
- Merged official refactoring. (#52)
- Removed
deletePost,deleteLike,deleteRepost,deleteFollow. UseRepositoriesService.deleteRecordinstead - Renamed from
findHomeTimelinetofindTimeline - Renamed from
findActorTypeaheadtofindTypeahead - Renamed from
findFeedstofindFeed - Renamed all
userstoactors
- Removed
0.3.1 #
0.3.0 #
0.2.5 #
- Added
createMuteinGraphsService. (#27) - Added
deleteMuteinGraphsService. (#24) - Added
updateNotificationsAsReadinNotificationsService. (#23) - Added
findMutesinGraphsService. (#25) - Added
findRepostedByinFeedsService. (#39) - Added
UnspeccedServiceandfindPopularFeeds. (#117) - Added
findPostThreadinFeedsService. (#38) - Added
searchActorTypeaheadinActorsService. (#49)
0.2.4 #
0.2.3 #
0.2.1 #
0.2.0 #
- Changed parameter names. (#68)
- From
ActorsService.lookupProfile#handle, toActorsService.lookupProfile#actor. - From
ActorsService.lookupProfiles#handles, toActorsService.lookupProfiles#actors.
- From
- Refactored objects and structures. (#70)
- Deleted
BlueskyResponse. UseATProtoResponseinstead. - Deleted
BlueskyRequest. UseATProtoRequestinstead. - Deleted
BlueskyException. UseATProtoExceptioninstead.
- Deleted
- Fixed
INFO: The annotation 'JsonKey' can only be used on fields or getters.. (#51) - Added repost methods in
FeedsService. (#36)
0.1.0 #
0.0.1 #
- First Release!
0.0.0 #
- Little Beginning.