File tree Expand file tree Collapse file tree 2 files changed +23
-14
lines changed Expand file tree Collapse file tree 2 files changed +23
-14
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.0.0 (2019-10-31)
2
+ --------------------------
3
+ Provide a way to create a Parser using cats.Eval (#67)
4
+ Abstract over Parser creation (#72)
5
+ Expose Medium in Referer (#71)
6
+ Do not double decode query string (#73)
7
+ Re-establish the ParseTest suite (#74)
8
+ (Scala) Allow 'android-app' URL scheme (#90)
9
+ Update README to reflect 0.6.0 changes (#88)
10
+ Use sbt-tpolecat (#62)
11
+ Bump version to 1.0.0 (#92)
12
+ Bump cats-core to 1.6.0 (#63)
13
+ Bump cats-effect to 1.2.0 (#64)
14
+ Bump circe to 0.11.1 (#65)
15
+ Bump specs2 to 4.4.1 (#66)
16
+ Bump SBT to 1.2.8 (#68)
17
+ Change Travis distribution to Trusty (#87)
18
+ Fix artifact name in README (#85)
19
+ Fix typo in Parser comment (#86)
20
+ Modify Gitter badge (#58)
21
+ Extend copyright to 2019 (#69)
22
+
1
23
Version 0.5.0 (2019-01-08)
2
24
--------------------------
3
25
Make the Medium enumeration public (#47)
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ The implementation uses a JSON version of the shared 'database' of known referer
10
10
11
11
The Scala implementation is a core component of [ Snowplow] [ snowplow ] , the open-source web-scale analytics platform.
12
12
13
- =======
14
13
### Installation
15
14
16
15
You can add the following to your SBT config:
@@ -68,21 +67,9 @@ More examples can be seen in [ParseTest.scala][parsetest-scala]. See [Parser.sca
68
67
[ parsetest-scala ] : src/test/scala/com/snowplowanalytics/refererparser/ParseTest.scala
69
68
[ parser-scala ] : src/main/scala/com/snowplowanalytics/refererparser/Parser.scala
70
69
71
- ### Installation
72
-
73
- Add this to your SBT config:
74
-
75
- ``` scala
76
- val refererParser = " com.snowplowanalytics" %% " referer-parser" % " 0.5.0"
77
- ```
78
-
79
70
## Contributing
80
71
81
- 1 . Fork it
82
- 2 . Create your feature branch (` git checkout -b my-new-feature ` )
83
- 3 . Commit your changes (` git commit -am 'Add some feature' ` )
84
- 4 . Push to the branch (` git push origin my-new-feature ` )
85
- 5 . Create new Pull Request
72
+ Check out [ our contributing guide] ( CONTRIBUTING.md ) .
86
73
87
74
## Copyright and license
88
75
You can’t perform that action at this time.
0 commit comments