Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Releases: asmsh/go-playstore-scraper

v0.2.2

25 Aug 22:12
Compare
Choose a tag to compare

[fix] App icon URLs are not extracted
[fix] App screenshots URLs are not extracted
[deps] Updated the module dependencies

v0.2.1

09 Oct 15:57
Compare
Choose a tag to compare
updated the README file to add a link to the module page on the PkgGo…

v0.2.0

04 Aug 03:41
Compare
Choose a tag to compare

Changelog:
[Breaking] Changed the structure of the module to be more self explanatory
[Breaking] Removed the setters methods from the FullApp struct
[Breaking] Renamed the FullApp struct to AppInfo, and moved it to the apps package
[Breaking] Renamed the appField package to fields, and moved it to the apps package
[Breaking] Removed packages, types and variables which are currently unused by the module
[Breaking] Made the locales package more approachable
[Breaking] Changed the naming pattern of the locales package
[Breaking] Set the minimum go version to 1.12
[fix] Missing screenshots when extracting from languages other than English
[fix] Corrected wrong country code in the locales package
[feat] Added the ability to extract the info from an app url in a specific locale
[feat] Added the ability to check if some country or language code is supported by the locales package
Updated the docs of the whole module
Updated the README file with updated examples

v0.1.2

25 Jun 14:00
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
update dependencies

v0.1.1

23 Jun 21:17
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
updated README file

first tagged version

23 Jun 19:55
333ab98
Compare
Choose a tag to compare
first tagged version Pre-release
Pre-release
Merge pull request #8 from asmsh/beta

fixes and updates from the beta branch