calebmsword / clone-deep

A dependency-free utility for deeply cloning JavaScript objects.
MIT License
0 stars 0 forks source link

Version 2.0.0 milestone goals #35

Closed calebmsword closed 2 weeks ago

calebmsword commented 1 month ago

Implemented in PR 37:

Next PR should handle all of the following Implemented in PR 38:

The rest of these should each be their own individual PR:

Nice-to-haves:

calebmsword commented 1 month ago

In regards to the benchmark UI updates:

How to get lodash from CDN in web worker: import('https://cdn.jsdelivr.net/npm/lodash@4.17.21/+esm')

Clone CDN: https://cdn.jsdelivr.net/npm/clone@2.1.1/clone.min.js

es-toolkit CDN: https://es-toolkit.slash.page/usage.html#browsers

calebmsword commented 2 weeks ago

The recent PR implemented this issue.