Breaking Changes
HangarApiClient:
- Rename
getProjectVersion
togetVersion
- Rename
getDailyProjectVersionStats
togetDailyVersionStats
- Replace version object parameter with project slug/ID and version name/ID
VersionSearchOptions
- Replace
getProjectSlug
withgetProjectSlugOrId
- Replace
setProjectSlug
withsetProjectSlugOrId
- Make parameter for
setProject
non-nullable
Version
- Replace
getProjectSlug
withgetProjectSlugOrId
Additions
- Add IDs to models
- Accept IDs in API endpoints
- Use IDs internally
- Add
getProjectByVersionHash
- Add
getLatestReleaseVersion
- Add
getLatestVersion
- Add
getVersionById
- Add
getDailyVersionStatsById
Full Changelog: v4.0.0...v5.0.0