Fork of updeep using Remeda
Go to file
2023-01-10 14:31:59 -05:00
.circleci Node version upgraded from 12.14.1 to 18.12.1 2022-12-06 12:01:45 -05:00
dist move to remeda 2023-01-03 13:51:35 -05:00
docs first draft 2023-01-10 14:31:59 -05:00
perf move to remeda 2023-01-03 13:51:35 -05:00
src updates to code 2023-01-10 12:30:40 -05:00
test/util move to remeda 2023-01-03 13:51:35 -05:00
website github page 2023-01-10 13:26:04 -05:00
.editorconfig Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
.eslintignore Add .eslintignore 2015-08-04 03:54:02 -07:00
.eslintrc.js Dependencies are updated 2021-08-10 10:45:51 -04:00
.gitattributes Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
.gitignore ignore esm directory 2023-01-10 12:27:14 -05:00
.jshintrc add jshintrc for codeclimate 2015-08-02 07:48:51 -07:00
.prettierignore Eslint is updated 2020-04-02 19:25:20 +01:00
CHANGELOG.md Changelog is updated 2021-08-10 11:08:26 -04:00
LICENSE.txt github page 2023-01-10 13:26:04 -05:00
package.json github page 2023-01-10 13:26:04 -05:00
prettier.config.mjs move to remeda 2023-01-03 13:51:35 -05:00
README.md update the README 2023-01-10 12:38:20 -05:00
Taskfile.yaml focus on mjs 2023-01-03 14:32:49 -05:00
tsconfig-base.json focus on mjs 2023-01-03 14:32:49 -05:00
tsconfig-cjs.json focus on mjs 2023-01-03 14:32:49 -05:00
tsconfig.json focus on mjs 2023-01-03 14:32:49 -05:00
vitest.config.js move to remeda 2023-01-03 13:51:35 -05:00
yarn.lock Bump loader-utils from 3.2.0 to 3.2.1 2022-12-06 19:13:35 +00:00

updeep-remeda

Easily update nested frozen objects and arrays in a declarative and immutable manner.

About

This is a fork of the main updeep package.

updeep makes updating deeply nested objects/arrays painless by allowing you to declare the updates you would like to make and it will take care of the rest. It will recursively return the same instance if no changes have been made, making it ideal for using reference equality checks to detect changes.

Full documentation can be found at https://yanick.github.com/updeep-remeda.