Releases: itgalaxy/generate-robotstxt
Releases · itgalaxy/generate-robotstxt
5.0.5
- Fix: allow empty value
Disallow
directive (according official spec). - Fix: don't generate empty
Clean-param
.
5.0.4
- Fix: typo in source code message errors.
5.0.3
- Chore: minimum required
cosmiconfig
version is now^4.0.0
.
5.0.2
- Chore: minimum required
node-fs
version is now^5.0.0
.
5.0.1
- Chore: minimum required meow version is now ^4.0.0.
5.0.0
- 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
- Chore: update deps.
4.0.3
Fixed: is-absolute-url
package semver.
4.0.2
- Fixed:
host
options is now processed basedURL
. - Fixed: thrown error if the
host
option being IP address. - Fixed: clarified error message on multiple and not string the
userAgent
option. - Fixed:
Host
directive is now not containing80
port. - Fixed: thrown error if the
cleanParam
not string or array and if string not more than 500 characters. - Fixed: supported unicode characters in a
Allow
and aDisallow
directives. - Fixed: thrown error if the
sitemap
option not an array or a string and not an absolute URL.
4.0.1
- Chore: added support
nodejs
7
. - Chore: update a minimal version of
npm-run-all
from2.3.0
to3.0.0
. - Chore: update a minimal version of
nyc
from7.0.0
to8.0.0
. - Chore: update a minimal version of
eslint-plugin-itgalaxy
from13.0.0
to23.0.0
. - Chore: rename
eslint-plugin-xo
toeslint-plugin-unicorn
. - Chore: update a minimal version of
eslint-plugin-unicorn
from0.5.0
to1.0.0
. - Chore: update a minimal version of
remark-preset-lint-itgalaxy
from1.0.0
to2.0.0
. - Chore: update a minimal version of
execa
from0.4.0
to0.5.0
. - Chore: update a minimal version of
eslint-plugin-promise
from2.0.0
to3.0.0
. - Chore: update a minimal version of
eslint-plugin-lodash
fro1.10.0
to2.1.0
. - Chore: update a minimal version of
eslint-plugin-import
from1.14.0
to2.0.0
. - Documentation: improve
README.md
and fix typos.