Skip to content

Releases: tweaselORG/parse-tunes

v1.1.0: Searching for apps

25 Jun 07:19
6974139
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: v1.0.1...v1.1.0

v1.0.1: Fix bug in app details response type

24 Jan 10:11
a8230c5
Compare
Choose a tag to compare

This patch release fixes an error in the type of the app details response: The bundleId is actually under platformAttributes.

What's Changed

  • Fix error in app details response type: bundleId is actually under platformAttributes by @baltpeter in #8

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

v1.0.0: Initial release with support for top charts and app details

24 Jan 10:03
9cad78d
Compare
Choose a tag to compare

The initial release supports fetching the charts of the most popular apps, according to various criteria, and metadata (including privacy labels) for individual apps.

What's Changed

  • Closes #2: Add support for fetching top charts by @baltpeter in #4
  • Fixes #6: Add support for fetching app details and privacy labels by @baltpeter in #7

Full Changelog: https://github.com/tweaselORG/parse-tunes/commits/v1.0.0