Skip to content

v0.13.0 -- No more null

Compare
Choose a tag to compare
@jjcomer jjcomer released this 17 May 16:40
· 19 commits to master since this release
45914c9

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.