-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGELOG
118 lines (109 loc) · 3.93 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
111
112
113
114
115
116
117
118
Version 2.0.0 (2022-03-07)
--------------------------
Migrate from travis to github actions (#120)
Update copyright to 2022 (#124)
Support Cats Effect 3 (#122)
Bump scala to 2.13.8, 2.12.15 (#123)
Bump sbt to 1.6.2 (#121)
Version 1.1.0 (2020-09-03)
--------------------------
Update specs2 to 4.10.3 (#111)
Update cats-effect to 2.1.4 (#110)
Update cats-core to 2.1.1 (#109)
Update Circe to 0.13.0 (#108)
Update sbt version to 1.3.13 (#107)
Drop support for Scala 2.11 (#106)
Reformat with scalafmt (#102)
Rewrite DataTable test due to scalafmt error (#100)
Bump to scala 2.13.3 (#98)
Version 1.0.0 (2019-10-31)
--------------------------
Provide a way to create a Parser using cats.Eval (#67)
Abstract over Parser creation (#72)
Expose Medium in Referer (#71)
Do not double decode query string (#73)
Re-establish the ParseTest suite (#74)
(Scala) Allow 'android-app' URL scheme (#90)
Update README to reflect 0.6.0 changes (#88)
Use sbt-tpolecat (#62)
Bump version to 1.0.0 (#92)
Bump cats-core to 1.6.0 (#63)
Bump cats-effect to 1.2.0 (#64)
Bump circe to 0.11.1 (#65)
Bump specs2 to 4.4.1 (#66)
Bump SBT to 1.2.8 (#68)
Change Travis distribution to Trusty (#87)
Fix artifact name in README (#85)
Fix typo in Parser comment (#86)
Modify Gitter badge (#58)
Extend copyright to 2019 (#69)
Version 0.5.0 (2019-01-08)
--------------------------
Make the Medium enumeration public (#47)
Bump Scala to 2.12.8 (#54)
Bump cats-effect to 1.1.0 (#40)
Bump cats-core to 1.5.0 (#39)
Bump circe to 0.11.0 (#52)
Bump circe to 0.10.0 (#41)
Bump specs2 to 4.3.6 (#53)
Enforce scalafmt (#51)
Change codecov badge to point to the develop branch (#37)
Version 0.4.0 (2018-08-30)
--------------------------
Move parsing code to Scala and remove Java support (#29)
Encapsulate effects with cats-effect (#4)
Add the ability to use an external referer database in Scala (#23)
Support only JSON (#10)
Use Sealed Hierarchy for Referer structure (#31)
Don't include referers.json in jar (#30)
Replace httpclient dependency (#28)
Add PAID to the Medium enumeration (#14)
Cross-publish for Scala 2.11 and 2.12 (#12)
Scala 2.12 support (#153)
Update Scala test suite to use new referer-tests.json (#9)
Create explicit tests to express the recursive check logic (#11)
Replace test referers database by a mock (#36)
Seperate BuildSettings and Dependencies into their own files (#33)
Add Bintray credentials to .travis.yml (#26)
Add Sonatype credentials to .travis.yml (#27)
Add the ability to publish through sbt-bintray (#18)
Add CI through Travis (#21)
Remove openjdk from travis (#35)
Bump SBT to 1.2.1 (#16)
Integrate code coverage reports (#3)
Update README to reflect milestone 0.4.0 changes (#25)
Add badges (#5)
Extend copyright notice to 2018 (#15)
Remove resolvers from the readme (#20)
Remove cruft from .gitignore (#19)
Add issue template (#17)
Add pull request template (#8)
Add CONTRIBUTING.md (#7)
Publish scaladoc (#6)
Integrate scalafmt (#2)
Update README markdown in according with CommonMark (#165)
Version 0.3.0 (2015-09-02)
--------------------------
Added Taboola, Outbrain and other referers (#109)
Updated vagrant up to work with latest Peru version (#110)
Removed duplicate google.com.kh/imgres entry (#111)
Version 0.2.3 (2014-02-01)
--------------------------
Added dedicated Vagrant setup (#92)
Added Turkish popular traffic provider platforms, thanks @cagataygurturk!
Now building referer-parser against Java 6, not 7 (#84)
Version 0.2.2 (2014-07-23)
--------------------------
Fixed Java referer-parser doesn't work on Hadoop (#76)
Version 0.2.1 (2014-07-16)
--------------------------
Updated build process for local Maven publishing (#72)
Bumped SBT to 0.13.2 (#73)
Added support for Scala 2.10.4 and 2.11.1 (#75)
Version 0.2.0 (2014-07-02)
--------------------------
Added configurable list of domains which should count as "internal" (#18)
Remove sbt-assembly and legacy Maven publish code (#71)
Made tests JSON-driven (#4)
Changed URI parsing to use `java.net.URL`, thanks @squeed! (#55)
Added CHANGELOG (#68)