Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sxg committed Mar 15, 2019
1 parent 7aa156f commit 3f0aa80
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

ForecastIO adheres to [Semantic Versioning](http://semver.org/).

## 6.0.0

Release on March 15, 2019.

### Added
- Most structs now conform to `Decodable`
- `temperatureMax`, `temperatureMaxTime`, `temperatureMin`, `temperatureMinTime`, `apparentTemperatureMax`, `apparentTemperatureMaxTime`, `apparentTemperatureMin`, `apparentTemperatureMinTime`, `windGustTime` on `DataPoint`
- New errors to `ForecastIOError`: `.missingData`, `.missingHeaders`, and `.unexpectedError`
- `nearestStation` on `Flag`

### Updated
- Unit test example JSON data
- Unit tests to conform to new and removed properties and `Decodable`

### Removed
- Custom `init` methods on structs that now conform to `Decodable`
- `ForecastIOError.invalidJSON` error
- `darkSkyStations`, `dataPointStations`, `isdStations`, `lampStations`, `metarStations`, and `metnoLicense` from `Flag`

## 5.1.0

Release on October 2, 2018.
Expand Down

0 comments on commit 3f0aa80

Please sign in to comment.