2022-10-13 00:05:27 +02:00
|
|
|
# TODO
|
|
|
|
|
2022-10-13 00:56:27 +02:00
|
|
|
- Add tutorial
|
|
|
|
- Config loading
|
|
|
|
- Config parsing
|
|
|
|
- Config manip
|
|
|
|
- Env and config var substitution
|
|
|
|
- Escaping
|
2022-10-13 20:14:25 +02:00
|
|
|
- Generic
|
|
|
|
- Base64 decoding of values
|
2022-10-13 00:56:27 +02:00
|
|
|
- Java properties
|
|
|
|
- Add unicode escaping
|
|
|
|
- Add escaping of key/value separator = and :
|
|
|
|
- INI config
|
|
|
|
- Case insensitive properties and sections
|
|
|
|
- Escape characters
|
2022-10-13 19:13:34 +02:00
|
|
|
- TOML
|
2022-10-13 20:14:46 +02:00
|
|
|
- Add support for the standard (https://github.com/toml-lang/toml)
|
|
|
|
- YAML
|
|
|
|
- Add support for the standard
|