Browse Source

1.3.0

pull/3/head v1.3.0
Luke Childs 9 years ago
parent
commit
d0c0000854
  1. 9
      CHANGELOG.md
  2. 2
      package.json

9
CHANGELOG.md

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.3.0] - 2016-05-02
- Stricter checking of hostnames
- Reuse hostname check for subdomains
- Use more reliable checks for end of sentence
- Match custom schemes
- Improve regex readability
## [1.2.0] - 2016-05-01
- Don't allow dots in hostname
@ -24,6 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- First release
[1.3.0]: https://github.com/lukechilds/my-name-is-url/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/lukechilds/my-name-is-url/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/lukechilds/my-name-is-url/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/lukechilds/my-name-is-url/compare/v0.0.0...v1.0.0

2
package.json

@ -1,6 +1,6 @@
{
"name": "my-name-is-url",
"version": "1.2.0",
"version": "1.3.0",
"description": "Intelligent URL parser",
"keywords": [
"urls",

Loading…
Cancel
Save