Skip to content

Releases: ehmicky/set-array

Release 3.2.1

24 May 13:38
Compare
Choose a tag to compare

Bug fixes

  • Do not allow keys to be symbols in the second argument

Release 3.2.0

20 May 17:56
Compare
Choose a tag to compare

Types

  • Export more TypeScript types: Index, Updates and Options

Release 3.1.0

20 May 14:12
Compare
Choose a tag to compare

Features

  • Allow update keys to be * to target all array items

Release 3.0.0

18 May 20:48
Compare
Choose a tag to compare

Breaking changes

  • The default export is now a named export set()

Features

  • Add method test() to check if an object follows the shape expected by set()

Release 2.0.0

09 May 20:38
Compare
Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 14.18.0