UNPKG

885 BMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4
5This project adheres to [Semantic Versioning](http://semver.org).
6
7## 4.0.0 - 2017-11-15
8
9* Chore **Breaking Changes**: minimum required `generate-robotstxt` version is
10 now `^5.0.0`.
11
12## 3.0.2 - 2017-10-10
13
14* Chore: republish new version, because old was break.
15
16## 3.0.1 - 2017-10-10
17
18* Chore: republish new version, because old was break.
19
20## 3.0.0 - 2017-10-09
21
22* Changed: rename from `dest` to `filePath`.
23* Changed: `dest` should contain file name (example - `/path/to/robots.txt`).
24
25## 2.0.0 - 2017-06-20
26
27* Chore: support `webpack` v3.
28* Changed: minimum require `nodejs` version is now `4.3`.
29
30## 1.0.1 - 2017-02-01
31
32* Fixed: added `webpack` as peer dependencies.
33
34## 1.0.0 - 2016-11-11
35
36* Documentation: improve `README.md`.
37
38## 1.0.0-alpha.1 - 2016-11-11
39
40* Chore: initial public release.