A D package containing my single-file modules
修訂 | ad071cd53265fed242f24d15ae788145ed80a48a (tree) |
---|---|
時間 | 2023-11-05 14:25:06 |
作者 | mio <stigma@disr...> |
Commiter | mio |
configparser 0.5.1
@@ -32,17 +32,18 @@ | ||
32 | 32 | /// --- |
33 | 33 | /// |
34 | 34 | /// Authors: Mio |
35 | -/// Date: 2023-11-02 | |
35 | +/// Date: 2023-11-05 | |
36 | 36 | /// Homepage: https://codeberg.org/supercell/mlib |
37 | 37 | /// License: 0BSD |
38 | -/// Version: 0.5 | |
38 | +/// Version: 0.5.1 | |
39 | 39 | /// |
40 | 40 | /// History: |
41 | -/// 0.5 Add .write(string), .write(OutputRange), and .readString(string) | |
42 | -/// 0.4 Add .write(File) | |
43 | -/// 0.3 Fix option values not always being treated as lowercase. | |
44 | -/// 0.2 Add .getBool() | |
45 | -/// 0.1 Initial release | |
41 | +/// 0.5.1 Implement ConfigParserException | |
42 | +/// 0.5 Add .write(string), .write(OutputRange), and .readString(string) | |
43 | +/// 0.4 Add .write(File) | |
44 | +/// 0.3 Fix option values not always being treated as lowercase. | |
45 | +/// 0.2 Add .getBool() | |
46 | +/// 0.1 Initial release | |
46 | 47 | /// |
47 | 48 | module mlib.configparser; |
48 | 49 |