-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
52 lines (37 loc) · 973 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Notable changes:
2021-11-27:
- csv-header: implement --add option
2021-04-07:
- all tools avoid adding :string to each string column
2021-01-24:
- new tool: csv-printf
- new tool: csv-peek
2021-01-08
- csv-tree: add --filter option
2021-01-02
- new tool: csv-tree
- new tool: csv-lstree
- new tool: csv-pstree
2020-11-16
- csv-header: implement --guess-types option
- add support for base 2 numbers everywhere
2020-11-15
- support float data type
2020-08-09
- csv-ls: colorful output with -S
2020-08-08
- new tool: csv-to-html
- new tool: csv-to-xml
- new tool: csv-to-json
2020-08-02
- new tool: csv-diff
2020-07-14
- new tool: csv-plot
2020-07-06
- csv-show: add support for colors
2020-06-21
- csv-sql: implement ORDER BY clause
2020-01-12
- add support for next, matches_ere, matches_bre, replace_ere, replace_bre operators in sql and rpn tools
2020-01-11
- add support for replace operator in sql and rpn tools