Releases: ehmicky/declarative-merge
Releases · ehmicky/declarative-merge
v4.0.0
v3.0.0
v2.5.0
Release 2.4.0
Features
- Improve tree-shaking support
Release 2.3.0
Features
- Add browser support
Release 2.2.2
Features
- Reduce npm package size
Release 2.2.1
Bug fixes
- Fix
package.json
Release 2.2.0
- Switch to MIT license
Release 2.1.0
Features
- Reduce npm package size
Release 2.0.0
Breaking changes
- Empty objects in the second argument are considered as normal objects. Before, they were considered as noop array update objects.
- If an array update object is used but the first argument's value is not an array (including
undefined
), the array update object is applied against an empty array. Before, it was set as is.