Skip to content

Latest commit

 

History

History
75 lines (39 loc) · 937 Bytes

CHANGELOG.md

File metadata and controls

75 lines (39 loc) · 937 Bytes

3.8.0

Features

  • Improve TypeScript types

3.7.0

Features

  • Improve tree-shaking support

3.6.0

Features

  • Add browser support

3.5.0

Features

  • Reduce npm package size

3.4.1

Bug fixes

  • Fix package.json

3.4.0

  • Switch to MIT license

3.3.0

Features

  • Reduce npm package size

3.2.1

Bug fixes

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

3.2.0

Types

  • Export more TypeScript types: Index, Updates and Options

3.1.0

Features

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

3.0.0

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

2.0.0

Breaking changes

  • Minimal supported Node.js version is now 14.18.0