Skip to content

Releases: sgade/swift-raiderio

0.3.0

10 Mar 10:50
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

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

06 Mar 21:29
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • 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

24 Feb 23:23
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

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.