Skip to content

Releases: baltpeter/parse-play

v3.1.0: Also fetch rating counts with app details

25 Jun 07:22
1e42ad9
Compare
Choose a tag to compare

This release brings a minor improvement to the app details endpoint added in v3.0.0: We now also fetch the number of ratings.

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0: Function for fetching app metadata

13 Jun 10:38
bebf0f5
Compare
Choose a tag to compare

This release brings support for a new function for fetching the full app metadata.

It turns out that this new function uses the same internal endpoint as the function for fetching data safety labels and can also fetch this information. Thus, the separate function for data safety labels is not necessary anymore. It gets deprecated with this release and will be removed in the future.

Breaking Changes

This release introduces some breaking changes in a few utility types and functions that are publicly exported. Affected types and functions are: AppMetadata and parseAppEntry()

What's Changed

Full Changelog: v2.2.0...v3.0.0

v2.2.0: Support searching for apps

21 May 10:26
ceeab99
Compare
Choose a tag to compare

This release adds a new feature: You can now search for apps using the searchApps() function.

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0: Optional data types in data safety labels

13 Sep 11:47
3227d26
Compare
Choose a tag to compare

For each data type in a data safety label, the Play Store web UI has started indicating whether it is "optional". We now parse this information as well through a new optional property on DataTypeDeclaration.

What's Changed

  • Data safety: Parse new "optional" flag by @baltpeter in #6

Full Changelog: v2.0.0...v2.1.0

v2.0.0: Support for fetching data safety labels

06 Sep 10:31
283c674
Compare
Choose a tag to compare

Most notably, this release adds support for fetching an app’s data safety labels. It comes with a few breaking changes that fix problems in the previous top charts fetching implementation (see below).

What's Changed

Breaking changes are bold.

  • Drop CommonJS support by @baltpeter in a1b7e5c
  • Fetching a top chart can return undefined if it fails (TS-only change) by @baltpeter in d18a5c3
  • price, buy_url, cover_image_url, and rating in a top chart entry can be undefined (TS-only change) by @baltpeter in 3521a57 and 2881975
  • Correctly extract prices for top charts entries, resulting in a formatting change by @baltpeter in 00af641
  • Support for downloading data safety labels by @baltpeter in #5

Full Changelog: v1.0.1...v2.0.0

v1.0.1: Initial release with support for fetching top charts

15 Jun 22:32
00a656b
Compare
Choose a tag to compare

This is the initial release of the package. Currently, it only supports fetching the app top lists.

What's Changed

Full Changelog: https://github.com/baltpeter/parse-play/commits/v1.0.1