UNPKG

699 BMarkdownView Raw
1# Changelog
2
3### v2.0.0 - 2019-08-12
4
5**Changes**
6
7- Refactored code
8- Use `fs.createWriteStream` in the main function to improve performance.
9
10**Added**
11
12- Added `overwrite` option
13- Added `increment` option
14
15See the [README](readme.md) for more details.
16
17**Removed**
18
19- Removed support for passing a custom string on `options.newline`. This should be done before passing the contents to `write()`
20- The `.promise` method was removed since _the main export returns a promise, making the method unnecessary_.
21
22
23### v1.0.2 - 2017-07-11
24
25- improved documentation
26
27### v1.0.0 - 2017-07-09
28
29**Added**
30
31- promise support
32
33**Changed**
34
35- The main export will now return a promise if no callback is passed
\No newline at end of file