Skip to content

v4.6.0

Compare
Choose a tag to compare
@cossssmin cossssmin released this 04 Sep 13:39
· 221 commits to master since this release

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:

image

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).

v4.5.0...v4.6.0