Skip to content

Releases: AnthonyArzola/OpenWeatherMap

Update API

05 Feb 08:01
Compare
Choose a tag to compare
  • Update API
  • Update tests

Make protocol public

08 Nov 03:57
Compare
Choose a tag to compare

Overview:

  • Define OpenWeatherMapAPI as public protocol

Library updates

08 Nov 02:44
bb0e612
Compare
Choose a tag to compare

Updates:

  • add async-await
  • refactor error enums (breaking change)
  • introduce protocols
  • bump macOS and iOS supported versions

0.1.5

07 Sep 23:30
Compare
Choose a tag to compare

Add missing property to CityForecast model.

0.1.4

07 Sep 22:41
Compare
Choose a tag to compare

Add public constructors

0.1.3

07 Sep 17:25
Compare
Choose a tag to compare
  • Refactor API method names. Add support to retrieve forecast weather. Update unit tests.
  • Move response DTOs to new Response directory.

0.1.2

07 Sep 05:52
Compare
Choose a tag to compare

Update forecast model access modifiers to public.

0.1.1

07 Sep 04:20
ce5245b
Compare
Choose a tag to compare
  • 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

0.1.0

26 Jul 23:54
Compare
Choose a tag to compare

Update WeatherAttributes to include feels_like property.

0.0.9

26 Jul 05:57
Compare
Choose a tag to compare

Rename OpenWeatherMap class to OpenWeatherMapService.