-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathCHANGELOG
110 lines (104 loc) · 3.55 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Version 2.0.0 (2022-03-09)
--------------------------
Add cross-compilation for Scala 2.13 (#139)
Bump circe to 0.14.1 (#140)
Bump scala-lru-map to 0.6.0 (#138)
Bump Javac to 11 (#137)
Migrate to GitHub Actions (#135)
Extend copyright to 2022 (#134)
Bump Scala to 2.12.15 (#133)
Bump SBT to 1.6.2 (#132)
Version 1.0.0 (2020-09-02)
--------------------------
Reformat code (#128)
Update scalafmt to newest (#127)
Bump scala-lru-map to 0.5.0 (#122)
Bump Circe to 0.13.0 (#120)
Replace historic weather requests with current (#125)
Update OpenWeatherMap credentials in travis.yml (#123)
Version 0.5.0 (2019-11-27)
--------------------------
Introduce tagless final encoding (#102)
Abstract over OWM and DarkSky creation (#111)
Support cats.Id (#113)
Replace hammock by scalaj (#112)
Change Enumeration in openweather.Api object to sealed hierarchy (#117)
Skip unit tests if API key is missing (#98)
Remove DisjunctionMatchers (#100)
Fix artifact version detection (#83)
Use sbt-tpolecat (#105)
Remove Scala 2.11 (#106)
Change Travis distribution to Trusty (#116)
Fix repository url for gh-pages (#86)
Add readme examples (#114)
Bump Scala to 2.12.8 (#108)
Bump SBT to 1.2.8 (#109)
Bump circe to 0.10.0 (#89)
Bump scala-lru-map to 0.3.0 (#90)
Bump specs2 to 4.3.4 (#91)
Bump circe to 0.11.1 (#103)
Fix typo in PR template (#96)
Extend copyright to 2019 (#110)
Version 0.4.0 (2018-07-16)
--------------------------
Publish scaladoc (#38)
Replace release badge by a maven central badge (#80)
Update documentation in the README (#78)
Fix travis usage of wrong scala version (#79)
Migrate from joda.time to java.time (#72)
Create caching Dark Sky client (#73)
Add Dark Sky credentials to .travis.yml (#76)
Integrate darksky as a weather provider (#42)
Split Client into api-specific Clients and agnostic Transport (#71)
Remove cruft from .gitignore (#52)
Make the case classes implementing WeatherError final (#66)
Include configuration errors in the error hierarchy (#67)
Make WeatherError extend Exception (#68)
Make all case classes final (#69)
Migrate from twitter-util-collection to scala-lru-map (#46)
Rename OwmAsyncClient to OwmClient (#65)
Make constructQuery typesafe (#62)
Remove ValidatedWeather type alias (#61)
Wrap OwmCacheClient operations in effect type (#60)
Integrate code coverage reports (#48)
Migrate from json4s to circe (#44)
Replace scalaj with Hammock (#45)
Remove resolvers from the readme (#41)
Extend copyright notice to 2018 (#56)
Add pull request template (#50)
Add CONTRIBUTING.md (#51)
Add issue template (#49)
Integrate scalafmt (#47)
Bump Joda-Time versions (#58)
Bump sbt-bintray to 0.5.4 (#54)
Bump SBT to 1.1.6 (#55)
Bump Scala versions to 2.11.12 and 2.12.6 (#53)
Remove Vagrant setup (#43)
Add Gitter badge (#39)
Version 0.3.0 (2017-08-14)
--------------------------
Add HTTPS support (#18)
Bump Scala version to 2.12 (#36)
Cross-build against Scala 2.11 (#26)
Drop support for Scala 2.10 (#37)
Upgrade to Java 8 (#28)
Bump SBT to 0.13.16 (#27)
Replace akka-http by scalaj (#23)
Bump joda-time to 2.9.9 (#32)
Bump collection-util to 6.39.0 (#33)
Bump specs2 to 3.9.4 (#31)
Remove scalaz dependency (#30)
Add CI/CD (#29)
Update README markdown in according with CommonMark (#24)
Add Bintray credentials to .travis.yml (#34)
Add Sonatype credentials to .travis.yml (#35)
Version 0.2.0 (2016-02-14)
--------------------------
Removed OpenJDK from .travis.yml (#19)
Fixed cache keys attached to UTC (#15)
JodaTime timestamps added to public API (#14)
Updated akka and akka-http (#16)
Improved error messages for common failures (#17)
Version 0.1.0 (2015-12-12)
--------------------------
Initial release