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.
 

1.5 KiB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

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

1.3.1 - 2016-05-02

  • Fix hostname/subdomain matching
  • Some tweaks to the readme

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
  • Match optional subdomain

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
  • Add change log

1.0.0 - 2016-04-22

  • First release