File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.10.0] - 2018-11-12
9+ ### Changed
10+ - Stop URLs at '`' characters too, same as < and >
11+
812## [ 0.9.0] - 2018-06-04
913### Added
1014- 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.
6266 ` foo@com ` is not matched by default).
6367 Can be disabled by calling ` emailDomainMustHaveDot(false) ` on builder.
6468
65-
6669## 0.1.0 - 2015-06-13
6770### Added
6871- Initial release!
6972
7073
74+ [ 0.10.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.9.0...autolink-0.10.0
7175[ 0.9.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.8.0...autolink-0.9.0
7276[ 0.8.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.7.0...autolink-0.8.0
7377[ 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