bluesky 0.4.5 bluesky: ^0.4.5 copied to clipboard
The easiest and powerful Dart/Flutter library for Bluesky Social.
Release Note #
v0.4.5 #
- Added
unknown
fields for union types. The AT Protocol allows some endpoints to create records of types not officially supported. In such cases, theunknown
field is used to store the raw JSON for a safe and user-choice implementation. (#350)
v0.4.4 #
- Upgraded
atproto
package. - Added
record
field inNotification
object.
v0.4.2 #
v0.4.1 #
v0.4.0 #
v0.3.8 #
- Added
protocol
option. Defaults toHTTPS
. (#269) - Fixed bugs of
media
field inEmbedRecordWithMedia
andEmbedViewRecordWithMedia
. (#282) - Added
atproto
services. You can access the functionality of theatproto
package from thebluesky
package without having to use theatproto
package directly.IdentitiesService
ServersService
RepositoriesService
ModerationService
v0.3.7 #
- Fixed type of
facet_link
fromapp.bsky.richtext.facet#mention
toapp.bsky.richtext.facet#link
.
v0.3.6 #
v0.3.2 #
- Merged official refactoring. (#52)
- Removed
deletePost
,deleteLike
,deleteRepost
,deleteFollow
. UseRepositoriesService.deleteRecord
instead - Renamed from
findHomeTimeline
tofindTimeline
- Renamed from
findActorTypeahead
tofindTypeahead
- Renamed from
findFeeds
tofindFeed
- Renamed all
users
toactors
- Removed
v0.3.1 #
v0.3.0 #
v0.2.5 #
- Added
createMute
inGraphsService
. (#27) - Added
deleteMute
inGraphsService
. (#24) - Added
updateNotificationsAsRead
inNotificationsService
. (#23) - Added
findMutes
inGraphsService
. (#25) - Added
findRepostedBy
inFeedsService
. (#39) - Added
UnspeccedService
andfindPopularFeeds
. (#117) - Added
findPostThread
inFeedsService
. (#38) - Added
searchActorTypeahead
inActorsService
. (#49)
v0.2.4 #
v0.2.3 #
v0.2.1 #
v0.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
. UseATProtoResponse
instead. - Deleted
BlueskyRequest
. UseATProtoRequest
instead. - Deleted
BlueskyException
. UseATProtoException
instead.
- Deleted
- Fixed
INFO: The annotation 'JsonKey' can only be used on fields or getters.
. (#51) - Added repost methods in
FeedsService
. (#36)
v0.1.0 #
v0.0.1 #
- First Release!
v0.0.0 #
- Little Beginning.