Releases: g-makarov/dot-path-value
Releases · g-makarov/dot-path-value
Version 0.0.10
Version 0.0.9
🐞 fix: missing type export declaration
thanks to @saibotk
Version 0.0.7
🥳 New function setByPath
import { setByPath } from 'dot-path-value';
const newObj = setByPath({ a: { b: 1 } }, 'a.b', 2);
thanks to @acurrieclark