Releases: eneserdogan/smart-object-utils
Releases · eneserdogan/smart-object-utils
v1.0.0 – Initial Release: Fast Deep Clone & Object Utils for JavaScript
🎉 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