All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0 (2019-03-14)
- add allowedProtocols option (7fb4cd7)
- by default only URLs with "http" or "https" protocols will be returned, to enable more e.g. "ftp" use the new "allowedProtocols" option.
3.0.0 (2019-03-06)
- url: don't use the global URL constructor just yet (e5e984e)
- normalize: get-hrefs is rewritten using the latest JavaScript syntax which is not supported in NodeJS versions below 8.6.0. Also get-hrefs does not strip www by default anymore, to get the old behaviour the "stripWWW" option must be set
2.0.0 (2017-09-14)
- options: use ES2015 syntax