File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.10.0] - 2018-11-12
9
+ ### Changed
10
+ - Stop URLs at '`' characters too, same as < and >
11
+
8
12
## [ 0.9.0] - 2018-06-04
9
13
### Added
10
14
- Add ` extractSpans ` method that also returns the text pieces of the
@@ -62,12 +66,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
62
66
` foo@com ` is not matched by default).
63
67
Can be disabled by calling ` emailDomainMustHaveDot(false) ` on builder.
64
68
65
-
66
69
## 0.1.0 - 2015-06-13
67
70
### Added
68
71
- Initial release!
69
72
70
73
74
+ [ 0.10.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.9.0...autolink-0.10.0
71
75
[ 0.9.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.8.0...autolink-0.9.0
72
76
[ 0.8.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.7.0...autolink-0.8.0
73
77
[ 0.7.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.6.0...autolink-0.7.0
You can’t perform that action at this time.
0 commit comments