Releases: henrik-dmg/HPOpenWeather
Releases · henrik-dmg/HPOpenWeather
2.1.1
Removed overlooked protocol conformance
Made Icon Cache access thread-safe
2.0.1 Merge branch 'master' of https://github.com/henrik-dmg/HPOpenWeather
Pre-Release of v2.0.0
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 Codable
protocol which basically turned my world upside down
Weekend well spent, cheers
Releasing updated Pod version
1.2.0 Renamed all folder to match new project name
0.2.5
Small improvement
Updated Pod
0.2.1 Making Weather object public
Podspec release
0.1.0 Test commit