Releases: AnthonyArzola/OpenWeatherMap
Releases · AnthonyArzola/OpenWeatherMap
0.2.0
0.1.9
- Remove unsupported API endpoint and update associated test
- Add another async-await method
- Add or cleanup comments
Update API
- Update API
- Update tests
Make protocol public
Overview:
- Define
OpenWeatherMapAPIas public protocol
Library updates
Updates:
- add async-await
- refactor error enums (breaking change)
- introduce protocols
- bump macOS and iOS supported versions
0.1.5
Add missing property to CityForecast model.
0.1.4
Add public constructors
0.1.3
- Refactor API method names. Add support to retrieve forecast weather. Update unit tests.
- Move response DTOs to new
Responsedirectory.
0.1.2
Update forecast model access modifiers to public.
0.1.1
- Retrieve forecast data via new One Call API endpoint which includes current and future weather information.
- Bump json from 2.2.0 to 2.3.1