Releases: asmsh/go-playstore-scraper
v0.2.2
v0.2.1
v0.2.0
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
v0.1.1
first tagged version
Merge pull request #8 from asmsh/beta fixes and updates from the beta branch