deverything 0.20.0 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,6 +62,7 @@ Contributions always welcome!
|
|
|
62
62
|
- `last()` get the last element of an array
|
|
63
63
|
- ⭐ `merge()` deep merge objects
|
|
64
64
|
- `moveToFirst()` move array element to first
|
|
65
|
+
- `moveToIndex()` move array element to desired index
|
|
65
66
|
- `moveToLast()` move array element to last
|
|
66
67
|
- `objectDiff()`
|
|
67
68
|
- ⭐ `parseDate()` pass anything Date-Like, and get a JS Date back
|