Skip to content

Votice SDK v1.0.16

Choose a tag to compare

@github-actions github-actions released this 29 Oct 20:18
c1e68e3

🚀 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:

  1. File → Add Package Dependencies
  2. Enter: https://github.com/ArtCC/votice-sdk.git
  3. Select version: 1.0.16

This release was automatically generated from commit c1e68e3