Votice SDK v1.0.16
🚀 Votice SDK v1.0.16
Changes in this release:
- Merge pull request #48 from ArtCC/develop
- Increase page size to 20 and improve suggestion list loading and pagination logic
- Refactor SuggestionListViewModel to improve loading and pagination logic
- Refactor fetchFilterApplied method to private extension in SuggestionListViewModel
- Refactor SuggestionListViewModel to support separate completed suggestions feed and update SuggestionDetailView toolbar
- Add excludeCompleted filter to suggestion fetching and update pagination size
- Bump version to 1.0.16 across project files
Latest commit:
Merge pull request #48 from ArtCC/develop
feature: deploy v1.0.16 to main branch
Installation
Swift Package Manager
Add this to your Package.swift:
dependencies: [
.package(url: "https://github.com/ArtCC/votice-sdk.git", from: "1.0.16")
]Or add it through Xcode:
- File → Add Package Dependencies
- Enter:
https://github.com/ArtCC/votice-sdk.git - Select version:
1.0.16
This release was automatically generated from commit c1e68e3