Releases: sgade/swift-raiderio
Releases · sgade/swift-raiderio
0.3.0
Added
- Added search endpoint.
- Make slug types equatable with their rawValue.
Fixed
- Fixed raidProgression field definition for profile.
- Added missing public modifiers for Gear.
0.2.0
- Added public constructors for types.
- Added documentation from Swagger to Swift types.
- Use raw value represented types for enums that frequently change over time.
0.1.0
Added
- Support all endpoints listed on Raider.IO API website.
- Implementations might overlap and are done on the basis of the Swagger model descriptions and actual responses.