Changelog
- Allow larger than 4096 bytes config files
- Escape tabs and newline when serializing to a config file
- Fix an infinite loop that occured when resolving a reference to a field with a null value
Pull Requests
- Fix/issue 26 : YAML Parsing for Large Config Files by @LucasDedieu in #28
- Fix: escape tabs and newline when serializing to a config file by @percevalw in #29
- Support reference to fields with null values by @percevalw in #30
- chore: bump version to 0.7.4 by @percevalw in #31
New Contributors
- @LucasDedieu made their first contribution in #28
Full Changelog: v0.7.3...v0.7.4