-
Bump swift version to 5.10 Stable
released this
2025-09-18 15:04:37 +00:00 | 13 commits to main since this releaseThis release contains the work done to bump the minimum Swift compiler version supported by the library to
v5.10.Downloads
-
released this
2025-09-12 15:37:59 +00:00 | 14 commits to main since this releaseThis release contains the work done to:
- Amend the library compilation on Swift 5;
- Exposed the
AmiiboClientprotocol in the library; - Improve the
AmiiboServiceservice type interface to use theAmiiboClientprotocol; - Updated the library DocC documentation catalog;
- Updated the library documentation for both Xcode and GitHub Pages;
- Added the Swift version and compatibility badges to the README file;
- Added the link to the GitHub Pages documentation in the Swift Package Index configuration.
Downloads
-
released this
2025-09-12 00:57:30 +00:00 | 14 commits to main since this releaseThis pre-release contains the work done to:
- Exposed the
AmiiboClientprotocol in the library; - Improve the
AmiiboServiceservice type interface to use theAmiiboClientprotocol; - Updated the library DocC documentation catalog;
- Updated the library documentation for both Xcode and GitHub Pages;
- Added the Swift version and compatibility badges to the README file;
- Added the link to the GitHub Pages documentation in the Swift Package Index configuration.
Downloads
- Exposed the
-
Possible fix for library build on Swift 5 Pre-Release
released this
2025-09-11 22:53:03 +00:00 | 16 commits to main since this releaseThis pre-release contains the fix for the issue #9.
Downloads
-
Full service implementation Stable
released this
2025-09-10 20:00:15 +00:00 | 17 commits to main since this releaseThis release contains the work done to:
- Define a Open API specification document that describe the Amiibo API backend service;
- Generate dynamically an internal Swift client based on the mentioned Open API specification document;
- Implement the
AmiiboServiceservice that wraps the mentioned client, and improves upon the API design defined by the backend service; - Test the
AmiiboServicelive service against the backend service using theSwift Testingframework; - Integrate
DocCdocumentation catalog, and generate documentation for both GitHub Pages and Xcode; - Automate some useful project management tasks in the
Makefilefile.
Downloads