3.5 KiB
3.5 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
8.0.3 (2020-06-12)
Chore
- update deps
8.0.2 (2020-03-24)
Chore
- update deps
8.0.1 (2020-02-19)
Chore
- update deps
8.0.0 (2019-07-03)
Breaking change
- minimum require Node.js version is
10.13.0.
7.1.0 (2019-07-03)
Features
7.0.0 - 2019-07-03
- Changed: minimum require Node.js version is
8.9.0.
6.0.1 - 2019-03-26
- Chore: migrate on
ip-regexto avoid lodash vulnerable libraries
6.0.0 - 2019-01-09
- Chore: minimum required
node-fsversion is now^7.0.1.
BREAKING CHANGE
- Chore: minimum required
nodejsversion is now>= 6.9.0.
5.0.7 - 2018-05-22
- Chore: minimum required
cosmiconfigversion is now^5.0.0.
5.0.6 - 2018-05-05
- Fix: throw error when
policyoption isnull. - Chore: minimum required
meowversion is now^5.0.0. - Chore: minimum required
node-fsversion is now^6.0.0.
5.0.5 - 2018-03-28
- Fix: allow empty values
Disallowdirective (according official spec). - Fix: don't generate empty
Clean-param.
5.0.4 - 2018-01-16
- Fix: typo in source code message errors.
5.0.3 - 2018-01-16
- Chore: minimum required
cosmiconfigversion is now^4.0.0.
5.0.2 - 2017-12-12
- Chore: minimum required
node-fsversion is now^5.0.0.
5.0.1 - 2017-11-28
- Chore: minimum required
meowversion is now^4.0.0.
5.0.0 - 2017-11-15
- Changed: use `cosmiconfig for loading configuration.
- Feature: in CLI if the parent directory does not exist when you write
robots.txt, it's created.
4.0.4 - 2017-10-09
- Chore: update deps.
4.0.3 - 2017-03-13
- Fixed:
is-absolute-urlpackage semver.
4.0.2 - 2016-12-30
- Fixed:
hostoptions is now processed basedURL. - Fixed: thrown error if the
hostoption being IP address. - Fixed: clarified error message on multiple and not string the
userAgentoption. - Fixed:
Hostdirective is now not containing80port. - Fixed: thrown error if the
cleanParamnot string or array and if string not more than 500 characters. - Fixed: supported unicode characters in a
Allowand aDisallowdirectives. - Fixed: thrown error if the
sitemapoption not an array or a string and not an absolute URL.
4.0.1 - 2016-10-27
- Chore: added CI test on
node.jsversion7. - Documentation: improve
README.mdand fix typos.
4.0.0
- Added:
crawlDelayto eachpoliceitem. - Added:
cleanParamto eachpoliceitem (used only Yandex bot). - Chore: used
remark-preset-lint-itgalaxypreset. - Chore: updated
devDependencies. - Chore: updated copyright year in
LICENSE. - Chore: improved tests.
- Fixed: strict order directives for each
User-agent. - Fixed: added newline after each
User-agent. - Removed:
crawlDelayfromoptions. - Removed:
cleanParamfromoptions.