Skip to content

Releases: henrik-dmg/HPOpenWeather

2.1.1

09 Apr 20:06
Compare
Choose a tag to compare
Removed overlooked protocol conformance

Made Icon Cache access thread-safe

01 May 19:57
Compare
Choose a tag to compare
2.0.1

Merge branch 'master' of https://github.com/henrik-dmg/HPOpenWeather

Pre-Release of v2.0.0

28 Apr 22:25
Compare
Choose a tag to compare

Ooh this is a big one.
Version 2.0.0 completely revamps the framework from the ground up, because let's be honest it was pretty sucky before. I added cross-platform support so the library now runs on iOS 9.0+, watchOS 2.0+, tvOS 9.0+ and macOS 10.10+ so you can now build a weather app even for your Apple TV.
The way you make a request is now also a lot more streamlined, just instantiate a WeatherRequest object and pass it to any API method you like (so you can reuse one request object on multiple occasions for example).
I also got rid of any external dependencies so you have a nice, lightweight framework. Also, I discovered the Codableprotocol which basically turned my world upside down

Weekend well spent, cheers

Releasing updated Pod version

08 Jan 10:49
Compare
Choose a tag to compare
1.2.0

Renamed all folder to match new project name

0.2.5

12 Feb 14:25
Compare
Choose a tag to compare
Small improvement

Updated Pod

12 Feb 11:11
Compare
Choose a tag to compare
0.2.1

Making Weather object public

Podspec release

11 Feb 17:12
Compare
Choose a tag to compare
0.1.0

Test commit