You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.5 KiB

9 years ago
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
9 years ago
## [1.3.2] - 2016-05-23
- Generate source maps for code coverage
- Remove Code Climate integration
- Migrate tests to AVA
- Update jspm command with registry alias
- Add better API docs
9 years ago
## [1.3.1] - 2016-05-02
- Fix hostname/subdomain matching
- Some tweaks to the readme
9 years ago
## [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
9 years ago
## [1.2.0] - 2016-05-01
- Don't allow dots in hostname
- Match optional subdomain
9 years ago
## [1.1.0] - 2016-04-30
- Added test coverage
- Added Code Climate integration
- Reformat readme
- Hostname must contain at least one char
- Match scheme for any pattern
- Make urls in HTML tags grabbable
- Make urls in double quotes grabbable
- Ignore double quotes in urls
9 years ago
- Add change log
9 years ago
## [1.0.0] - 2016-04-22
- First release
9 years ago
[1.3.2]: https://github.com/lukechilds/my-name-is-url/compare/v1.3.1...v1.3.2
9 years ago
[1.3.1]: https://github.com/lukechilds/my-name-is-url/compare/v1.3.0...v1.3.1
9 years ago
[1.3.0]: https://github.com/lukechilds/my-name-is-url/compare/v1.2.0...v1.3.0
9 years ago
[1.2.0]: https://github.com/lukechilds/my-name-is-url/compare/v1.1.0...v1.2.0
9 years ago
[1.1.0]: https://github.com/lukechilds/my-name-is-url/compare/v1.0.0...v1.1.0
9 years ago
[1.0.0]: https://github.com/lukechilds/my-name-is-url/compare/v0.0.0...v1.0.0