Skip to content
This repository was archived by the owner on Apr 4, 2020. It is now read-only.

Commit 326c57f

Browse files
committed
Prepare to release v0.2.0
1 parent 5687805 commit 326c57f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
This release brings the email and URL autolink processors into alignment with the official GFM spec.
1313

14+
### Added
15+
16+
- Added full support for Github Flavored Markdown (GFM) autolinking
17+
- Added some optimizations
18+
1419
### Changed
1520

1621
- Made `ftp` a default protocol
@@ -24,5 +29,6 @@ This release brings the email and URL autolink processors into alignment with th
2429

2530
Initial release!
2631

27-
[unreleased]: https://github.com/thephpleague/commonmark-ext-autolink/compare/v0.1.0...HEAD
32+
[unreleased]: https://github.com/thephpleague/commonmark-ext-autolink/compare/v0.2.0...HEAD
33+
[0.2.0]: https://github.com/thephpleague/commonmark-ext-autolink/compare/v0.1.0...v0.2.0
2834
[0.1.0]: https://github.com/thephpleague/commonmark-ext-autolink/commits/v0.1.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "league/commonmark-ext-autolink",
33
"type": "commonmark-extension",
44
"description": "Extension for league/commonmark which autolinks URLs, emails, and @-mentions",
5-
"keywords": ["markdown", "commonmark", "extension", "autolink", "twitter", "github"],
5+
"keywords": ["markdown", "commonmark", "extension", "autolink", "twitter", "github", "gfm"],
66
"homepage": "https://github.com/thephpleague/commonmark-ext-autolink",
77
"license": "BSD-3-Clause",
88
"authors": [
@@ -35,7 +35,7 @@
3535
},
3636
"extra": {
3737
"branch-alias": {
38-
"dev-master": "0.2-dev"
38+
"dev-master": "0.3-dev"
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)