Skip to content

Releases: shawntoffel/darksky

v1.6.0

25 Jan 01:15
5f45cb0
Compare
Choose a tag to compare

What's Changed

  • Added support for float uvIndex returned from API by @shawntoffel in #25.

Full Changelog: v1.5.0...v1.6.0

v1.5.0

24 Mar 17:08
e09779c
Compare
Choose a tag to compare

#21 Support non-integer timezone offsets on ForecastResponse.Offset (thanks @brownoxford)

v1.4.0

12 Jan 18:10
30440de
Compare
Choose a tag to compare

#20 Added offset property to forecast response (thanks @atotto)

v1.3.1

04 Apr 05:42
fab645e
Compare
Choose a tag to compare

Moved to circleci from travisci. Also built with go 1.12 resulting in a go 1.12 line in the go.mod file.

v1.3.0

04 Apr 05:39
c735051
Compare
Choose a tag to compare
  • #15 Changed url construction to use %g instead of %f for latitude/longitude float64 to string conversion. This allows for more precision while also truncating trailing zeros.
  • #16 Added Temperature Min/Max fields back to DataPoint.

v1.2.3

19 Jan 10:02
0147f1a
Compare
Choose a tag to compare
  • We are now dependency free #14
  • Added test coverage around url construction.

v1.2.2

19 Jan 08:52
6196c1f
Compare
Choose a tag to compare

Added precipIntensityError to DataPoint struct & nearest-station to Flags struct

v1.2.1

22 Sep 08:47
0c1f449
Compare
Choose a tag to compare
Added go mod files & updated travis config to test go 1.11

1.2.0

04 Mar 12:03
4bf89b4
Compare
Choose a tag to compare

Removed deprecated fields on data point

1.1.0

20 Nov 18:13
3b84db8
Compare
Choose a tag to compare

#10 Support setting a custom http.Client (thanks @joeblubaugh)