open_meteo 3.0.0
open_meteo: ^3.0.0 copied to clipboard
A free, silly, all-in-one API SDK to forecast weather, air quality, climate change, and many more by OpenMeteo with full typed support!
0.0.1 #
- Initalize package.
0.0.2 #
- Fix some problem
0.0.3 #
- Updated README.md and Dependencies
0.0.4 #
- Updated README.md and Dependencies
0.0.5 #
- Added example
0.0.6 #
- Added Geocoding API, document
0.0.7 #
- Edit elements
0.0.8 #
- Split Geocoding API to another code file
0.0.9 #
- Added new UV options on Daily class
0.0.10 #
- Updated packages. Revising the package.
0.1.0 #
- Rework the code, port current implementation to enum for readability and usability.
0.1.1 #
- Update README.
0.1.2 #
- Fix typos
0.1.3 #
- Add instructions to generator.js
0.1.4 #
- Edit the project's scope
1.0.0 #
- Breaking changes: This version changes how it organizes classes and introduce to lots of new features, all projects depends on this are now unable to update to this version without some changes to the code base.
- Added all features available in Open-Meteo API. Some are still limited.
- Fix bug & improve performace.
- Added custom API URL & checking.
1.0.1 #
- Edit name to fit the context.
1.0.3 #
- Fix enum usage.
1.0.5 #
- Adding documentation...
1.0.6 #
- Fixed issue #1 where the values are flipped in the location's name in Search API.
1.0.7 #
- Remove unnecessary dev dependencies, allowing Dart without Flutter to work.
1.0.8 #
- Merge pull request #2 from alvaroarino/main
- Missing "&" on hourly params
1.1.0 #
- Now support typing using .request() method.
- Patch up many small mistakes.
- Introduce unit testing.
- TODO: Integrate transform generator.
2.0.0 #
- [BREAKING] Update API class interaction. All projects that depend on this package are now unable to update to this version without some changes to the implementation.
- Each API now have its own set of parameter enums.
- Added
copyWithconstructor method to allow overriding settings. - Change
GeocodingandElevationinteraction for consistency.
2.0.1 #
- Fix oversight where the packages only collects the
valuesand ignorevaluesInt64.
2.0.2-dev.1 #
- Introduce
minutely15toWeatherApi. - Update FlatBuffer's generated schema file.
2.0.2 #
- Push changes back to release version.
2.0.3 #
- Update known issues.
2.0.4 #
- Update new variables.
- Change the underlaying generating process for enums.
2.0.5 #
- New Satellite Radiation API dropped.
2.1.5 #
- Implements a patch for flatbuffer's Int64 class to support web platform.
- Adds an optional
userAgentvalue to all Apis.
2.1.6 #
- Minor fixes to the enum.
2.1.7 #
- Add model parameter for weather forcast api.
2.1.8 #
- Fix some typos
3.0.0 #
- Add support for multiple segmented response from open-meteo.
- Add multiple locations input.
- Add a method to override the generated URL before sending.