Closed queil closed 6 years ago
Hi,
currently this is not possible. This feature is the next item on my backlog after the parser re-write and a few bug fixes. I hope to implement it within the next few weeks.
Cool, that's a great news. Thanks.
@queil commit e6c3833 implements this new feature.
The unit tests should show what the new settings API and the implemented behavior will look like.
I'm really intererested, what you think of the API and if this implementation handles all your use cases.
@paiden Thanks, I will check it out shortly and give you some feedback.
@paiden I've browsed through the tests and IMHO the API looks OK. I'll put it into my project soon but it seems it covers my use case. I want my configs to be as simple and as forgiving as possible that's why I've gone for TOML in the first place. Ability to ignore case will make the experience very smooth. Thanks for your work!
Released with Nett v0.10.0
@paiden much appreciated - thanks for your work!
Hi @paiden,
First I must say this is a fantastic lib. Although I could not find an answer to the above question. Let's say I've got a property:
and a key in my toml
Then when reading the config my property is null. If the case matches it works fine. Is there a bit of TomlSettings I am missing here or it is just not implemented?