-
Notifications
You must be signed in to change notification settings - Fork 12
/
CHANGELOG
110 lines (101 loc) · 3.32 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 3.0.0 (2023-12-05)
--------------------------
Bump circe to 0.14.3 (#188)
Version 2.0.0 (2022-03-09)
--------------------------
Add cross-compilation for Scala 2.13 (#187)
Migrate to GitHub Actions (#185)
Extend copyright to 2022 (#184)
Bump Javac to 11 (#183)
Bump Scala to 2.12.15 (#182)
Bump scala-lru-map to 0.6.0 (#180)
Bump SBT to 1.6.2 (#181)
Version 1.0.0 (2020-08-27)
--------------------------
Reformat code (#174)
Update scalafmt to newest (#173)
Bump scala-lru-map to 0.5.0 (#172)
Bump Circe and Cats Effect (#170)
Version 0.7.0 (2019-11-11)
--------------------------
Introduce tagless final encoding (#158)
Abstract over Forex creation (#161)
Support cats.Id (#163)
Introduce scalaj (#162)
Remove infinite recursion when converting currencies (#166)
Turn objects into case objects (#167)
Skip tests if the API key is absent (#148)
Add readme examples (#164)
Bump Scala to 2.12.8 (#149)
Bump joda-convert to 2.2.0 (#150)
Bump cats-effect to 1.2.0 (#151)
Bump circe to 0.11.1 (#152)
Bump scala-lru-map to 0.3.0 (#154)
Bump specs2 to 4.4.1 (#153)
Bump SBT to 1.2.8 (#159)
Use sbt-tpolecat (#147)
Remove Scala 2.11 (#157)
Change Travis distribution to Trusty (#168)
Extend copyright to 2019 (#160)
Version 0.6.0 (2018-10-03)
--------------------------
Add code coverage reports (#144)
Add Scala version-dependent CI (#145)
Publish scaladoc (#113)
Update README (#142)
Remove usage of String as currency code, use CurrencyUnit instead (#141)
Extend copyright notices (#140)
Support Scala 2.12 (#122)
Replace twitter-utils with scala-lru-map (#125)
Make the API referentially transparent using cats-effect (#118)
Migrate to circe (#119)
Move from joda-time to java.time (#123)
Use oraclejdk8 in travis builds (#137)
Replace release badge with maven-central badge (#136)
Add CONTRIBUTING.md (#135)
Add pull request template (#134)
Add issue template (#133)
Drop support for Scala 2.10 (#132)
Replace mockito with specs2-mock (#130)
Bump specs2 version (#131)
Bump joda-convert version (#129)
Bump joda-money version (#124)
Add scalafmt (#128)
Bump sbt version to 1.2.3 (#126)
Bump sbt-bintray to 0.5.4 (#127)
Simplify .gitignore (#121)
Remove vagrant setup (#120)
Add Gitter badge (#115)
Update README markdown in according with CommonMark (#114)
Version 0.5.0 (2017-01-24)
--------------------------
Bump crossScalaVersions to 2.10.6 and 2.11.8 (#102)
Drop Scala 2.9 support (#105)
Bump to sbt 0.13.13 (#106)
Remove scala-util dependency (#101)
Add CI/CD (#103)
Add Bintray credentials to .travis.yml (#104)
Update Open Exchange Rates credentials in .travis.yml (#109)
Add Sonatype credentials to .travis.yml (#111)
Version 0.4.0 (2016-02-16)
--------------------------
Fixed handling of invalid API key (#96)
Fixed exception on 1-to-1 currency conversion (#97)
Fixed OpenJDK build in Travis CI (#98)
Version 0.3.0 (2015-06-20)
--------------------------
Switched from LruMap to SynchronizedLruMap (#89)
Fixed to latest Peru version (#91)
Version 0.2.0 (2015-01-20)
--------------------------
Added cross-build for Scala 2.11.5 (#80)
Removed Scala 2.9.2 support (#87)
Updated Travis to test against Scala 2.11.5 (#84)
Tweaked twitter/util and Specs2 dependencies (#85)
Added License button to README (#83)
Added Release button to README (#82)
Added dedicated Vagrant setup (#81)
Bumped SBT to 0.13.2 (#86)
Version 0.1.0 (2014-01-18)
--------------------------
Initial release