You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added all options of deep_merge to be passed by, additonaly the option :preserve_inheritance_key to keep the inheritance key for special purposes.
The third paramater of #ext_load_file changed from extend_existing_arrays = true of type Boolean to Hash to pass a variety of options.
To ensure API compatibility with version v1.0.1, there is a check included, so the old parameter usage is still valid and will be converted internally.
After some breaking changes due improvements with the support of the community, which should not affect most developers, but may affect some, we moved from version 0.25 to 1.0.0.
They fix oder issues when merging files and arrays. They solve #6 and #7.