Commit graph

12 commits

Author SHA1 Message Date
Mike Bierlee
de3ddfbb70 Update copyrights
Some checks failed
CI / dmd-2.097.2 on ubuntu-latest (push) Failing after 3s
CI / dmd-2.098.1 on ubuntu-latest (push) Failing after 3s
CI / dmd-2.099.1 on ubuntu-latest (push) Failing after 3s
CI / dmd-2.100.2 on ubuntu-latest (push) Failing after 3s
CI / dmd-2.101.2 on ubuntu-latest (push) Failing after 3s
CI / dmd-2.102.2 on ubuntu-latest (push) Failing after 3s
CI / dmd-latest on ubuntu-latest (push) Failing after 3s
CI / ldc-1.27.1 on ubuntu-latest (push) Failing after 3s
CI / ldc-1.28.1 on ubuntu-latest (push) Failing after 3s
CI / ldc-1.29.0 on ubuntu-latest (push) Failing after 3s
CI / ldc-1.30.0 on ubuntu-latest (push) Failing after 3s
CI / ldc-1.31.0 on ubuntu-latest (push) Failing after 3s
CI / ldc-1.32.0 on ubuntu-latest (push) Failing after 3s
CI / ldc-latest on ubuntu-latest (push) Failing after 3s
CI / dmd-latest on macos-latest (push) Has been cancelled
CI / dmd-latest on windows-latest (push) Has been cancelled
CI / ldc-latest on macos-latest (push) Has been cancelled
CI / ldc-latest on windows-latest (push) Has been cancelled
2025-02-01 22:46:19 +01:00
Mike Bierlee
b5420a8ea9 Update copyrights 2023-01-11 02:06:41 +03:00
Mike Bierlee
86a2fa0f9f Add support for multiline values 2022-10-13 21:14:25 +03:00
Mike Bierlee
b82b50a16f Support exclamation marks as comments in Java properties 2022-10-13 00:53:50 +03:00
Mike Bierlee
7f65ef9d9e Allow values to be empty in Java config 2022-10-13 00:42:01 +03:00
Mike Bierlee
46fb406cad Add support for colon as key/value separator in Java properties 2022-10-13 00:31:01 +03:00
Mike Bierlee
6d3833cbf1 Test with comment inside quotes 2022-10-11 21:35:36 +03:00
Mike Bierlee
99a536a544 Support values with quotes in keyvalue config 2022-10-11 21:32:33 +03:00
Mike Bierlee
0b0b3108b1 Add support for relative nesting in sections 2022-10-11 21:13:51 +03:00
Mike Bierlee
089e42a2bf Support ini-like sections in keyvalue config 2022-10-11 21:07:21 +03:00
Mike Bierlee
42e93e64d0 Support semicolons as comments in keyvalue config 2022-10-11 20:49:40 +03:00
Mike Bierlee
5a34831b03 Extract java config parser to generic reusable key/value parser 2022-10-11 20:29:26 +03:00