Skip to content

Releases: ehmicky/declarative-merge

v4.0.0

28 Oct 21:53
Compare
Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 18.18.0

v3.0.0

13 May 23:36
Compare
Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 16.17.0

v2.5.0

12 Dec 18:45
Compare
Choose a tag to compare

Features

  • Improve TypeScript types

Release 2.4.0

11 Nov 18:52
Compare
Choose a tag to compare

Features

  • Improve tree-shaking support

Release 2.3.0

07 Nov 22:13
Compare
Choose a tag to compare

Features

  • Add browser support

Release 2.2.2

13 Oct 20:37
Compare
Choose a tag to compare

Features

  • Reduce npm package size

Release 2.2.1

13 Oct 19:50
Compare
Choose a tag to compare

Bug fixes

  • Fix package.json

Release 2.2.0

13 Oct 19:04
Compare
Choose a tag to compare
  • Switch to MIT license

Release 2.1.0

16 Aug 18:46
Compare
Choose a tag to compare

Features

  • Reduce npm package size

Release 2.0.0

24 May 14:03
Compare
Choose a tag to compare

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.