Releases: AlienDwarf/open-meteo-dotnet
Releases · AlienDwarf/open-meteo-dotnet
2.0.3
2.0.0
🚀 New features
🐛 Fixes
- 4729984 - Use of "present" in copyright range, renamed LICENSE.txt to LICENSE
- fe8b0e1 - Class "Daily_Units" renamed to DailyUnits
- 20aeee9 - Query without parameters now always requests current weather for a given location
- 0b94f2f - Updated README.md
Major bump from 1.x to 2.0 because LICENSE got renamed and so it's not compatible with nuget
0.2.8
bool Is_day -> int Is_day #23
0.2.7
fix #23 "is_day" "precipitation_probability" in Hourly class
0.2.6
Feature/european us aqi (#22) * Fix #19 - Error 400 with decimal seperator * Fix latitude and longitude culture * Add European AQI and US AQI --------- Co-authored-by: Sébastien Biaudet <[email protected]>
0.2.3
0.2.0
0.1.82
feat: pressure levels + sync methods (#17) * feat: sync methods for async counterparts * test: add unit test for sync methods * Test: refactoring * feat: support for pressure levels
0.1.81
0.1.79
Features:
- Now supporting every hourly weather variable
- Now supporting every daily weather variable
- Solar activity
- start_date + end_date now supported
Bugfix:
MergeUrlWithOptions
methods are->internal
private
- Fixed a possible null reference when manually setting
WeatherForecastOptions.Daily
orWeatherForecastOptions.Hourly