Skip to content

Releases: AlienDwarf/open-meteo-dotnet

2.0.3

12 Mar 17:32
a056053
Compare
Choose a tag to compare
feat: Add ECMWF 0.25 IFS and AIFS models (#30)

* feat: Add ECMWF 0.25 IFS and AIFS models

* feat: Add Hourly units for ECMWF 0.25 models

2.0.0

21 Oct 17:14
Compare
Choose a tag to compare

🚀 New features

  • 59f3ca0 - Added "Current" parameter support
  • 507635d - New "Minutely15" support added

🐛 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

03 May 14:43
Compare
Choose a tag to compare
bool Is_day -> int Is_day #23

0.2.7

03 May 14:19
Compare
Choose a tag to compare
fix #23 "is_day" "precipitation_probability" in Hourly class

0.2.6

19 Mar 13:52
6e8b5ef
Compare
Choose a tag to compare
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 <sebastien.biaudet@davi.ai>

0.2.3

23 Feb 17:36
57adeeb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.2.3

0.2.0

04 Feb 04:23
e5f9673
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.82...0.2.0

0.1.82

10 Sep 04:12
b8b49fc
Compare
Choose a tag to compare
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

03 Sep 23:24
94d5739
Compare
Choose a tag to compare

What's Changed

  • Support for Air Quality API

Full Changelog: 0.1.79...0.1.81

0.1.79

30 Aug 23:04
Compare
Choose a tag to compare

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 or WeatherForecastOptions.Hourly