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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deverything",
3
- "version": "0.20.0",
3
+ "version": "0.21.0",
4
4
  "description": "Everything you need for Dev",
5
5
  "main": "dist/index.js",
6
6
  "module": "./dist/index.mjs",