New features
This release adds type definitions to all exports (thanks to @gaurishhs), so you can now get autocomplete suggestions in your editor.
For example, here's config.js
in VS Code:
Fixed
#1058 fixed an issue with how data structures (objects) were merged, which was causing values to be overwritten in arrays nested inside an object (raised in #1057).