Releases: tweaselORG/parse-tunes
Releases · tweaselORG/parse-tunes
v1.1.0: Searching for apps
This release adds a new feature: You can now search for apps using the searchApps()
function.
What's Changed
- Fixes #12: Searching for apps by @baltpeter in #13
Full Changelog: v1.0.1...v1.1.0
v1.0.1: Fix bug in app details response type
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 underplatformAttributes
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
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