Skip to content

Releases: eneserdogan/smart-object-utils

v1.0.0 – Initial Release: Fast Deep Clone & Object Utils for JavaScript

25 Sep 19:25

Choose a tag to compare

🎉 First stable release of smart-object-utils

This release introduces the core utilities for deep cloning and nested object manipulation in JavaScript.

✨ Features:

  • deepClone: Create a full deep copy of any object, handling arrays, maps, sets, and more
  • deepMerge: Safely merge two or more nested objects
  • updateNested: Update values deep inside objects without mutating them

🔧 Tech highlights:

  • ESM, CJS, and UMD builds
  • Tree-shakeable and lightweight
  • Performance-focused design
  • Alternative to Lodash's cloneDeep / merge