twitter_api_core 1.7.1
twitter_api_core: ^1.7.1 copied to clipboard
This package provides core reusable and useful functionality for wrapping Twitter API with Dart.
Release Note #
1.7.1 #
- Added
DataNotFoundException.
1.7.0 #
- Renamed from
TweetLanguagetoLanguage.
1.6.1 #
- Added convenient utilities in
TweetLanguageandCountryenumerations.
1.6.0 #
- Renamed enum from
WithheldCountrytoCountry.
1.5.1 #
- Added enums below.
WithheldCountryTweetLanguage
1.5.0 #
- Improved dependency structures.
1.4.4 #
- Added and exposed
json_annotationpackage.
1.4.3 #
- Fixed
RateLimitExceededException.
1.4.2 #
RateLimitExceededExceptionextendedTwitterException.- Exposed core packages.
- Added
JsonValueannotation forISOAlpha2Countryenum.
1.4.1 #
- Added
BCP47Languageobject. - Added
ISOAlpha2Countryobject.
1.4.0 #
- Removed deprecated methods in
RetryConfig.regularIntervalsexponentialBackOffexponentialBackOffAndJitter
1.3.4 #
- Fixed
TwitterUploadException.
1.3.3 #
- Fixed
TwitterUploadException.
1.3.2 #
- Added
TwitterUploadException.
1.3.1 #
- Added a serialization pattern.
1.3.0 #
- Added a dependency of
mime.dartand exposedlookupMimeType.
1.2.2 #
- Fixed the internal process.
1.2.1 #
- Fixed the type of body in
StreamResponsefromFuture<Stream<Map<String, dynamic>>>toStream<Map<String, dynamic>>.
1.2.0 #
- Changed the response structure of stream and added
StreamResponse.StreamResponsehas headers and stream from response.
1.1.1 #
- Improved
ClientResolver.
1.1.0 #
- Added
UserContext.oauth1Only.
1.0.0 #
- Upgrade as stable version.
- Supported multi-part communication method.
0.0.10 #
- Fixed structure.
0.0.9 #
- Fixed structure.
0.0.8 #
- Fixed structure.
0.0.7 #
- Fixed structure.
0.0.6 #
- Renamed
ServiceHelper.
0.0.5 #
- Refactored structures.
0.0.4 #
- Fixed
RetryConfig.
0.0.3 #
- Exposed
ClientContext.
0.0.2 #
- Fixed documentations.
0.0.1 #
- First Release