v0.13.0 -- No more null
This release removes all null
values from the rendered configuration. This will not cause any issues with existing transforms as null
was rendered the same as a missing key. No null keys will be shown on the config routes. In strict mode errors will be thrown for both null
and missing keys.