Version 0.9.2 - Date: 2026-02-07
Added
- Ensure all three loaders can handle a "." inside of keys, with a master switch.
- Previous issue Improper parsing of TOML added parsing of TOML to include "." characters in keys. This feature expands that to the other two loaders, with a master switch in the key
application_propertiesobject.
- Previous issue Improper parsing of TOML added parsing of TOML to include "." characters in keys. This feature expands that to the other two loaders, with a master switch in the key
Fixed
- Loaders not consistent with loading empty files
- The three existing loaders were not consistent with respect to loading empty files. This issue ensures that they all load a file, but do not mark it as applied, if the file is empty.