-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
83 lines (60 loc) · 1.97 KB
/
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
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
81
82
83
CHANGES
=======
0.1.1
-----
* release 0.1.1
* Add library write_file
* Add namespaces to Config.run
* Improve library exc and add last and Ret. Add tests and cleanup
* Improve version parsing
* dev version update
0.1
---
* release 0.1
* Update clg dependency
* Simplify package version handling
* Make tempdir and tempfile library functions more generic
* Improve handling of default cli command
* Add new Run Popen subclass that can be used as context manager. Add async
mode, handle output as utf-8, improve string splitting when not using
subshell and use process sessions to handle subprocesses. Refactor run
library function
* Add Config.render functionality expanding Config in a string
* Add default command clg keyword. Update tests and docs
* dev version update
0.1b1
-----
* Remove six dependency
* Simplify API adding version and prog. Update tests and docs
* Refactor argparse_clg patch to simplify SystemExit interface. Update tests
and docs
* Refactor README.rst to make Pypi happy
0.0.9
-----
* release 0.0.9
* Make README.rst more github compatible.
* Add yaml file loading capability with new !read tag. Expand docs.
Add README.rst badges. Add Config run functionality. Improve tests
* Make get_version library function more generic. Add first and improve run
lib functions
* Refactor yaml Config methods. Make Config return empty string on None
* Remove six dependency when pip installing from sources
* Improve Pypi classification
* Get docs version from setup.cfg
0.0.8
-----
* release 0.0.8
* Add yaml !env environment variables to config
* Significantly improve testing and debugging with pytest. Refactor and add
new tests using pytest. Add new odict tests. Make key expansion more robust.
Expand $ keys within -C arguments. Flatten lists on config export. Multiple
library improvements
0.0.7
-----
* docs: Ensure docs can be built on readthedocs
0.0.6
-----
* Add attribute setting and deletion with tests
0.0.5
-----
* loadconfig initial public prerelease