We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6347987 commit 287b040Copy full SHA for 287b040
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
ForecastIO adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 7.0.0
6
+
7
+Released on September 4, 2019.
8
9
+### Added
10
+- `precipitationIntensityError` property on `DataPoint`
11
+- Support for more languages
12
13
+### Updated
14
+- Swift 5 compatibility
15
+- Replaced custom `Result` with Swift's native implementation
16
+- Replaced `latitude` and `longitude` properties in `DarkSkyClient` and `Forecast` with `location` property of type `CLLocationCoordinate2D`
17
18
## 6.0.1
19
20
Released on April 8, 2019.
0 commit comments