aareguru_api 0.3.2
aareguru_api: ^0.3.2 copied to clipboard
Unofficial type-safe Dart wrapper for the Aare.guru API. Aare.guru provides infos about bathing spots in the Aare river in Switzerland.
0.0.1 #
- Initial version.
0.1.0 #
- First complete implementation
0.1.0+1 #
- Parsing is handled centrally via JsonParses, parsing is now more robust
- Added basic tests for api calls
city(),current(),today()andwidget().
0.1.0+2 #
- fixed issue in parsing WeatherAtTime
0.2.0 #
- Added tests for parsing of all models
- Fixed errors discovered by tests
- Moved coordinates from custom Coordinate class to
package:latlong2LatLngclass
0.3.0 #
- Added
Scaleclass to replaceList<ScaleEntry>to add functionality (e.g. selectFittingScaleEntry) - Added tests for
Scaleclass andScaleEntry( especiallyScaleEntry.compareTo)
0.3.0+1 #
selectFittingScaleEntry switched parameter type from double to
0.3.1 #
- Added documentation for some classes
- Wrote Readme
- Added example
- renamed 'CurrentWeather.currentTemperature' to 'CurrentWeather.temperature'
- renamed 'City.forecast' to 'City.hasAareTemperatureForecast'
- renamed 'City.aarePreciceTemperature' to 'City.aarePreciseTemperature'
0.3.2 (latest) #
- BREAKING: renamed some fields to be more uniform across classes
- added documentation for all classes
- renamed some fields to be more uniform across classes
- moved to json_serializable for json parsing