Skip to content

Releases: itgalaxy/generate-robotstxt

5.0.5

28 Mar 16:49
Compare
Choose a tag to compare
  • Fix: allow empty value Disallow directive (according official spec).
  • Fix: don't generate empty Clean-param.

5.0.4

19 Feb 10:44
Compare
Choose a tag to compare
  • Fix: typo in source code message errors.

5.0.3

16 Jan 14:24
Compare
Choose a tag to compare
  • Chore: minimum required cosmiconfig version is now ^4.0.0.

5.0.2

16 Jan 14:23
Compare
Choose a tag to compare
  • Chore: minimum required node-fs version is now ^5.0.0.

5.0.1

28 Nov 12:49
Compare
Choose a tag to compare
  • Chore: minimum required meow version is now ^4.0.0.

5.0.0

15 Nov 13:31
Compare
Choose a tag to compare
  • 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

09 Oct 13:14
Compare
Choose a tag to compare
  • Chore: update deps.

4.0.3

13 Mar 09:04
Compare
Choose a tag to compare

Fixed: is-absolute-url package semver.

4.0.2

30 Dec 09:33
Compare
Choose a tag to compare
  • Fixed: host options is now processed based URL.
  • 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 containing 80 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 a Disallow directives.
  • Fixed: thrown error if the sitemap option not an array or a string and not an absolute URL.

4.0.1

27 Oct 12:13
Compare
Choose a tag to compare
  • Chore: added support nodejs 7.
  • Chore: update a minimal version of npm-run-all from 2.3.0 to 3.0.0.
  • Chore: update a minimal version of nyc from 7.0.0 to 8.0.0.
  • Chore: update a minimal version of eslint-plugin-itgalaxy from 13.0.0 to 23.0.0.
  • Chore: rename eslint-plugin-xo to eslint-plugin-unicorn.
  • Chore: update a minimal version of eslint-plugin-unicorn from 0.5.0 to 1.0.0.
  • Chore: update a minimal version of remark-preset-lint-itgalaxy from 1.0.0 to 2.0.0.
  • Chore: update a minimal version of execa from 0.4.0 to 0.5.0.
  • Chore: update a minimal version of eslint-plugin-promise from 2.0.0 to 3.0.0.
  • Chore: update a minimal version of eslint-plugin-lodash fro 1.10.0 to 2.1.0.
  • Chore: update a minimal version of eslint-plugin-import from 1.14.0 to 2.0.0.
  • Documentation: improve README.md and fix typos.