mirror of
https://github.com/lightbend/config.git
synced 2025-01-06 10:21:05 +08:00
12 lines
331 B
Plaintext
12 lines
331 B
Plaintext
Partial todo list (this is minor stuff I might forget, not big
|
|
features)
|
|
|
|
- rationalize substitutions to allow ${true} and treat
|
|
${"foo.bar"} as a path also.
|
|
- create a SimpleConfigObject.empty() instead of doing it
|
|
by hand in a couple places
|
|
- rename AbstractConfigObject.resolve() to avoid resolver
|
|
confusion
|
|
|
|
|