UNPKG

687 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## 3.0.1 - 2017-10-10
8
9- Chore: republish new version, because old was break.
10
11## 3.0.0 - 2017-10-09
12
13- Changed: rename from `dest` to `filePath`.
14- Changed: `dest` should contain file name (example - `/path/to/robots.txt`).
15
16## 2.0.0 - 2017-06-20
17
18- Chore: support `webpack` v3.
19- Changed: minimum require `nodejs` version is now `4.3`.
20
21## 1.0.1 - 2017-02-01
22
23- Fixed: added `webpack` as peer dependencies.
24
25## 1.0.0 - 2016-11-11
26
27- Documentation: improve `README.md`.
28
29## 1.0.0-alpha.1 - 2016-11-11
30
31- Chore: initial public release.