Skip to content

Releases: AnthonyArzola/OpenWeatherMap

0.2.0

08 Nov 17:23

Choose a tag to compare

  • Refactor OpenWeatherMapService to implement async-await as core implementation
    • Closure and Combine functions will leverage async-await functions.
  • Update protocol, tests and README
  • Improve func documentation

0.1.9

16 Mar 01:20

Choose a tag to compare

  • Remove unsupported API endpoint and update associated test
  • Add another async-await method
  • Add or cleanup comments

Update API

05 Feb 08:01

Choose a tag to compare

  • Update API
  • Update tests

Make protocol public

08 Nov 03:57

Choose a tag to compare

Overview:

  • Define OpenWeatherMapAPI as public protocol

Library updates

08 Nov 02:44
bb0e612

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

Choose a tag to compare

Add missing property to CityForecast model.

0.1.4

07 Sep 22:41

Choose a tag to compare

Add public constructors

0.1.3

07 Sep 17:25

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

Choose a tag to compare

Update forecast model access modifiers to public.

0.1.1

07 Sep 04:20
ce5245b

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