@@ -5,17 +5,17 @@ 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
- ## Unreleased
8
+ ## [ 0.9.0 ] - 2018-06-04
9
9
### Added
10
10
- Add ` extractSpans ` method that also returns the text pieces of the
11
11
input before, between and after links. This makes it more convenient
12
12
to write code that transforms the whole input text without having to
13
13
manually keep track of indexes.
14
14
### Changed
15
- - Deprecated ` Autolink.renderLinks ` and ` LinkRenderer ` , see " added".
16
- - Stop URLs when encountering an ` " ` . This is consistent with RFC 3986,
17
- and it seems unlikely that a user would have an unescaped ` " ` in a URL
18
- anyway, as browsers escape it when you copy an URL that contains one.
15
+ - Deprecated ` Autolink.renderLinks ` and ` LinkRenderer ` , see added ( # 21 )
16
+ - Stop URLs when encountering ` " ` . This is consistent with RFC 3986, and
17
+ it seems unlikely that a user would have an unescaped ` " ` in an URL
18
+ anyway, as browsers escape it when copying an URL with it. ( # 21 )
19
19
20
20
## [ 0.8.0] - 2018-01-10
21
21
### Changed
@@ -68,6 +68,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
68
68
- Initial release!
69
69
70
70
71
+ [ 0.9.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.8.0...autolink-0.9.0
71
72
[ 0.8.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.7.0...autolink-0.8.0
72
73
[ 0.7.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.6.0...autolink-0.7.0
73
74
[ 0.6.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.5.0...autolink-0.6.0
0 commit comments