-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
80 lines (49 loc) · 1.38 KB
/
CHANGES.txt
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
0.6.2
- catch up magicalimport 0.8.1
0.6.1
- fix `--show-none` option, always ignored, in 0.6.0
0.6.0
- add `--show-none` (default, if return value is None, doesn't write to stdout)
- add raw format
- add short option `-a` and `-u` (drop `--ascii-output` asa `-a`)
0.5.4
- change arguments order, h.dumpfile (#41)
- fix bug for get() (#37)
0.5.3
- fix bug for h.dumpfile()
0.5.2
- add h.loadfile() function (#35)
0.5.1
- h.dumpfile() with raw option
0.5.0
- drop python 3.5
- yaml output, oneline string including hash, always quoted (#28)
- treat '/foo' as 'foo' (lstripped)
- add h.dumpfile() function (#31)
0.4.2
- support python 3.4
- custom additionals (--additionals option)
- new helpers -- h.flatten, h.flatten1 and h.chunk
0.4.1
- ordered is default, when json loading
0.4.0
- experimental ltsv support
- adding helper functions (h.omit(), h.pick())
- extend get() function's function
- rename option(--show-code-only to --show-code)
0.3.2
- the future is dropped that showing help when calling with no arguments
0.3.0
- experimental yaml format support
0.2.0
- correct behaviours of `--slurp` and `--unbuffered`
- support accessing data by json pointer like format
- compact output support
- multiple files support
- exec code only once
0.1.0
- adding some options
- nocode is same as `jq .` (`js == jq .`)
- showing pycode when error is raised
0.0.1
- first release