Skip to content

Releases: sokomishalov/skraper

0.8.3

07 Feb 11:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.2...0.8.3

0.8.2

21 Dec 15:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.8.2

0.8.1

24 Nov 12:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.8.1

0.8.0

23 Jul 19:22
Compare
Choose a tag to compare
  • getPosts and extensions for it should return Flow<Post>and be paginable.
  • add statistics field to Post, which includes likes, reposts, views and comments amount fields.
  • add statistics field to PageInfo, which includes posts, followers and following amount fields.
  • remove baseUrl from Skraper interface
  • provide UnknownMedia type
  • various extraction fixes

Full changelog

0.7.0

01 Mar 17:18
Compare
Choose a tag to compare

Changelog:

  • tiktok implemented
  • telegram implemented
  • instagram: hashtag posts + some improvements
  • clients rework
  • post's publishedAt is an instance of Instant
  • migrate tests to junit 5
  • page info refactoring: covers and avatars are single-imaged now
  • maven central distribution
  • some refactoring
  • dependency upgrades

0.6.3

17 Jan 13:42
05ce160
Compare
Choose a tag to compare
  • Fixed #48
  • Bump deps

0.6.2

17 Dec 17:08
Compare
Choose a tag to compare
  • Youtube fix
  • bump versions

0.6.1

30 Oct 14:23
Compare
Choose a tag to compare

Add postCount and followerCount for Pinterest (#92)
Bump deps

0.6.0

21 Aug 11:26
Compare
Choose a tag to compare

Changelog:

  • bump kotlin to 1.4.0 and other dep upgrades
  • fixes #76
  • fixes #77

0.5.1

20 Jul 14:49
Compare
Choose a tag to compare

Changes:

  • #55
  • bump versions