Releases: baltpeter/parse-play
v3.1.0: Also fetch rating counts with app details
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
- Also fetch rating counts with app details by @baltpeter in #15
Full Changelog: v3.0.0...v3.1.0
v3.0.0: Function for fetching app metadata
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
- Fixes #13: App details endpoint by @baltpeter in #14
Full Changelog: v2.2.0...v3.0.0
v2.2.0: Support searching for apps
This release adds a new feature: You can now search for apps using the searchApps()
function.
What's Changed
- Fixes #9: Support searching for apps by @baltpeter in #11
Full Changelog: v2.1.0...v2.2.0
v2.1.0: Optional data types in data safety labels
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
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
, andrating
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
This is the initial release of the package. Currently, it only supports fetching the app top lists.
What's Changed
- Support for fetching top charts data by @baltpeter in #1
- Prepare for release by @baltpeter in #2
Full Changelog: https://github.com/baltpeter/parse-play/commits/v1.0.1