UNPKG

deep-dot

Version:

Get and set nested properties of objects and arrays

49 lines (27 loc) 1.87 kB
# Changelog ## [1.1.0] - 2025-12-06 ### Added - Add optional offset argument ([`2699295`](https://github.com/vweevers/deep-dot/commit/2699295)) (Vincent Weevers) ## [1.0.0] - 2025-12-06 ### Changed - **Breaking:** export as class with caching of keys ([`7851759`](https://github.com/vweevers/deep-dot/commit/7851759)) (Vincent Weevers) - **Breaking:** change not-found value to `undefined` ([`ffdc7a5`](https://github.com/vweevers/deep-dot/commit/ffdc7a5)) (Vincent Weevers) ### Added - Add types, workflows, changelog and dependabot ([`69c961e`](https://github.com/vweevers/deep-dot/commit/69c961e)) (Vincent Weevers) - Add `set()` method and validate properties ([`637f90d`](https://github.com/vweevers/deep-dot/commit/637f90d)) (Vincent Weevers) ### Removed - **Breaking:** remove support of primitives ([`e9a1ed6`](https://github.com/vweevers/deep-dot/commit/e9a1ed6)) (Vincent Weevers) - **Breaking:** remove `this` support ([`0f45788`](https://github.com/vweevers/deep-dot/commit/0f45788)) (Vincent Weevers) - **Breaking:** remove support of dots in property names ([`4946a70`](https://github.com/vweevers/deep-dot/commit/4946a70)) (Vincent Weevers) ### Fixed - Add `files` to package.json ([`226070c`](https://github.com/vweevers/deep-dot/commit/226070c)) (Vincent Weevers) - Don't mutate array at every step ([`576f0b2`](https://github.com/vweevers/deep-dot/commit/576f0b2)) (Vincent Weevers) ## [0.0.2] - 2015-01-01 ### Fixed - Fix example ([`4a34d2d`](https://github.com/vweevers/deep-dot/commit/4a34d2d)) (Vincent Weevers) ## [0.0.1] - 2015-01-01 _:seedling: Initial release._ [1.1.0]: https://github.com/vweevers/deep-dot/releases/tag/v1.1.0 [1.0.0]: https://github.com/vweevers/deep-dot/releases/tag/v1.0.0 [0.0.2]: https://github.com/vweevers/deep-dot/releases/tag/v0.0.2 [0.0.1]: https://github.com/vweevers/deep-dot/releases/tag/v0.0.1