UNPKG

491 BMarkdownView Raw
1# CHANGELOG
2
3## 3.1.0 - 2018-02-21
4
5- Added: `--csv-delimiter` option.
6
7## 3.0.0 - 2018-02-21
8
9- Changed: Add line change at end when using `--output-type csv`.
10
11## 2.0.0 - 2017-12-03
12
13- Changed: Updated ramda to `0.25.0`.
14
15## 1.7.0 - 2017-06-07
16
17- Added: `--[no-]headers` flag.
18
19## 1.6.0 - 2017-03-24
20
21- Added: `console` and `process` made available in evaluation context.
22
23## 1.5.0 - 2017-03-23
24
25- Added: `pickDotPaths` and `renameKeysBy` functions made available in
26 evaluation context.