Skip to content

Releases: ChromasIV/KTweet

v2.0.0 - OAuth2.0 Authentication

20 Sep 03:08
Compare
Choose a tag to compare

What's Changed

  • Link to the latest version on Maven with a badge by @erikhuizinga in #12
  • Feature/android code refactor by @ChromasIV in #13
  • Provided Authentication options for OAuth2.0 (AccessToken/RefreshToken)
  • Provided tests that use OAuth2.0 on behalf of a user
  • Updated Models to use SerialName instead
  • Disabled Non-free API Unit Tests due to paywall

New Contributors

Full Changelog: v1.3.0...v2.0.0

v1.3.0 - Tweet Count & OAuth 2.0 hjb v vb bv

27 Sep 14:34
ae32e0c
Compare
Choose a tag to compare

What's Changed

  • Add Tweet Count API v2
  • Add OAuth 2.0 - App-Only and on behalf of users
  • Clean up with package names
  • Clean up with file names

Full Changelog: v1.2.1...v1.3.0

v1.2.1 - Upgrades Ktor & Kotlin

15 Sep 20:26
a6812d3
Compare
Choose a tag to compare

Upgraded Ktor to 2.1.0
Upgrade Kotlin to 1.7.10

Major overhaul to response data

v1.2.0 - Reply Function & Version Upgrades

26 May 17:01
0c95583
Compare
Choose a tag to compare

What's Changed

  • Update Ktor to 2.0.1
  • Update Kotlin 1.6.21
  • Reply Function added - [https://github.com/ChromasIV/KTweet/blob/feature/tweet-reply/src/test/kotlin/com/chromasgaming/ktweet/tweets/ManageTweetsTest.kt#L57](Reply Tweet Example)

1.1.1

15 Feb 01:55
6e41ac7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

18 Jan 17:38
ac0bb9e
Compare
Choose a tag to compare

What's Changed

  • Adding the functionality of searching Twitter using the Search API
  • SignatureBuilder will now follow the Builder Pattern
  • Changed to using System Properties instead of System Environment
  • Manage Tweets have been updated to use the new Signature Pattern
  • TweetObject was created to support a base tweet object

Full Changelog: 1.0.0...1.1.0

1.0.0

02 Dec 20:48
c1462fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.1...1.0.0

0.0.1

29 Nov 03:29
d907d18
Compare
Choose a tag to compare
  • Provides the ability to create a tweet
  • Provides the ability to delete a tweet
  • Provides the ability to authenticate other users to post on their behalf