Releases: infinum/ios-prince-of-versions
Releases · infinum/ios-prince-of-versions
Version 4.0.7
What's Changed
- Add and deprecate legacy addRequirement method for backward compatibility. by @Filip2Stojanovski in #57
Full Changelog: 4.0.6...4.0.7
4.0.6
What's Changed
- update version in podspec to 4.0.5; by @Antonijo2307 in #49
- Update the repository based on the new OSS project template by @Filip2Stojanovski in #53
- Fix lookup API to return data based on the country by @Filip2Stojanovski in #52
- Simplify adding requirements by @Filip2Stojanovski in #51
- Make sure each closure is called only once. by @Filip2Stojanovski in #54
- Remove unnecessary comma from JSON.md by @Filip2Stojanovski in #55
- Bump version to 4.0.6 by @Filip2Stojanovski in #56
New Contributors
- @Filip2Stojanovski made their first contribution in #53
Full Changelog: 4.0.5...4.0.6
4.0.5
- "User defaults" key name fixed in PrivacyInfo.xcprivacy manifest
Add support for privacy manifest
- Adds privacy manifest file
- swift tools version was increased to 5.3 (required to define resource in SPM package file)
4.0.3
4.0.2
4.0.1
4.0.0
v4.0.0 * It is possible to define multiple configuration for the same platform * Appropriate configuration will be chosen based on the requirements - if defined in JSON * Support for the new JSON formatting * Both checkForUpdates and loadConfiguration methods are now unified in one method checkForUpdates. loadConfiguration method is removed * New UpdateResult return type is added to conform new JSON * Added parameter notificationFrequency to checkForUpdateFromAppStore method which is used for setting desired update notification frequency. For all changes, please check: https://github.com/infinum/iOS-prince-of-versions/blob/master/PoV%204.0%20Migration%20Guide.md