• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A D package containing my single-file modules


Commit MetaInfo

修訂ad071cd53265fed242f24d15ae788145ed80a48a (tree)
時間2023-11-05 14:25:06
作者mio <stigma@disr...>
Commitermio

Log Message

configparser 0.5.1

Change Summary

差異

--- a/source/mlib/configparser.d
+++ b/source/mlib/configparser.d
@@ -32,17 +32,18 @@
3232 /// ---
3333 ///
3434 /// Authors: Mio
35-/// Date: 2023-11-02
35+/// Date: 2023-11-05
3636 /// Homepage: https://codeberg.org/supercell/mlib
3737 /// License: 0BSD
38-/// Version: 0.5
38+/// Version: 0.5.1
3939 ///
4040 /// 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
4647 ///
4748 module mlib.configparser;
4849