@@ -4,38 +4,48 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org ) .
6
6
7
+ ## 5.0.0 - 2017-11-15
8
+
9
+ * Changed: use `[ cosmiconfig] ( https://github.com/davidtheclark/cosmiconfig ) for
10
+ loading configuration.
11
+ * Feature: in CLI if the parent directory does not exist when you write
12
+ ` robots.txt ` , it's created.
13
+
7
14
## 4.0.4 - 2017-10-09
8
15
9
- - Chore: update deps.
16
+ * Chore: update deps.
10
17
11
18
## 4.0.3 - 2017-03-13
12
19
13
- - Fixed: ` is-absolute-url ` package semver.
20
+ * Fixed: ` is-absolute-url ` package semver.
14
21
15
22
## 4.0.2 - 2016-12-30
16
23
17
- - Fixed: ` host ` options is now processed based ` URL ` .
18
- - Fixed: thrown error if the ` host ` option being IP address.
19
- - Fixed: clarified error message on multiple and not string the ` userAgent ` option.
20
- - Fixed: ` Host ` directive is now not containing ` 80 ` port.
21
- - Fixed: thrown error if the ` cleanParam ` not string or array and if string not more than 500 characters.
22
- - Fixed: supported unicode characters in a ` Allow ` and a ` Disallow ` directives.
23
- - Fixed: thrown error if the ` sitemap ` option not an array or a string and not an absolute URL.
24
+ * Fixed: ` host ` options is now processed based ` URL ` .
25
+ * Fixed: thrown error if the ` host ` option being IP address.
26
+ * Fixed: clarified error message on multiple and not string the ` userAgent `
27
+ option.
28
+ * Fixed: ` Host ` directive is now not containing ` 80 ` port.
29
+ * Fixed: thrown error if the ` cleanParam ` not string or array and if string not
30
+ more than 500 characters.
31
+ * Fixed: supported unicode characters in a ` Allow ` and a ` Disallow ` directives.
32
+ * Fixed: thrown error if the ` sitemap ` option not an array or a string and not
33
+ an absolute URL.
24
34
25
35
## 4.0.1 - 2016-10-27
26
36
27
- - Chore: added CI test on ` node.js ` version ` 7 ` .
28
- - Documentation: improve ` README.md ` and fix typos.
37
+ * Chore: added CI test on ` node.js ` version ` 7 ` .
38
+ * Documentation: improve ` README.md ` and fix typos.
29
39
30
40
## 4.0.0
31
41
32
- - Added: ` crawlDelay ` to each ` police ` item.
33
- - Added: ` cleanParam ` to each ` police ` item (used only Yandex bot).
34
- - Chore: used ` remark-preset-lint-itgalaxy ` preset.
35
- - Chore: updated ` devDependencies ` .
36
- - Chore: updated copyright year in ` LICENSE ` .
37
- - Chore: improved tests.
38
- - Fixed: strict order directives for each ` User-agent ` .
39
- - Fixed: added newline after each ` User-agent ` .
40
- - Removed: ` crawlDelay ` from ` options ` .
41
- - Removed: ` cleanParam ` from ` options ` .
42
+ * Added: ` crawlDelay ` to each ` police ` item.
43
+ * Added: ` cleanParam ` to each ` police ` item (used only Yandex bot).
44
+ * Chore: used ` remark-preset-lint-itgalaxy ` preset.
45
+ * Chore: updated ` devDependencies ` .
46
+ * Chore: updated copyright year in ` LICENSE ` .
47
+ * Chore: improved tests.
48
+ * Fixed: strict order directives for each ` User-agent ` .
49
+ * Fixed: added newline after each ` User-agent ` .
50
+ * Removed: ` crawlDelay ` from ` options ` .
51
+ * Removed: ` cleanParam ` from ` options ` .
0 commit comments